GDCM
2.2.0
|
PDataTFPDU Table 9-22 P-DATA-TF PDU FIELDS. More...
#include <gdcmPDataTFPDU.h>
Public Types | |
typedef std::vector < PresentationDataValue > ::size_type | SizeType |
Public Member Functions | |
PDataTFPDU () | |
void | AddPresentationDataValue (PresentationDataValue const &pdv) |
SizeType | GetNumberOfPresentationDataValues () const |
PresentationDataValue const & | GetPresentationDataValue (SizeType i) const |
bool | IsLastFragment () const |
void | Print (std::ostream &os) const |
std::istream & | Read (std::istream &is) |
size_t | Size () const |
const std::ostream & | Write (std::ostream &os) const |
Protected Member Functions | |
std::istream & | ReadInto (std::istream &is, std::ostream &os) |
PDataTFPDU Table 9-22 P-DATA-TF PDU FIELDS.
typedef std::vector<PresentationDataValue>::size_type gdcm::network::PDataTFPDU::SizeType |
void gdcm::network::PDataTFPDU::AddPresentationDataValue | ( | PresentationDataValue const & | pdv | ) | [inline] |
SizeType gdcm::network::PDataTFPDU::GetNumberOfPresentationDataValues | ( | ) | const [inline] |
PresentationDataValue const& gdcm::network::PDataTFPDU::GetPresentationDataValue | ( | SizeType | i | ) | const [inline] |
bool gdcm::network::PDataTFPDU::IsLastFragment | ( | ) | const [virtual] |
Implements gdcm::network::BasePDU.
void gdcm::network::PDataTFPDU::Print | ( | std::ostream & | os | ) | const [virtual] |
Implements gdcm::network::BasePDU.
std::istream& gdcm::network::PDataTFPDU::Read | ( | std::istream & | is | ) | [virtual] |
Implements gdcm::network::BasePDU.
std::istream& gdcm::network::PDataTFPDU::ReadInto | ( | std::istream & | is, |
std::ostream & | os | ||
) | [protected] |
size_t gdcm::network::PDataTFPDU::Size | ( | ) | const [virtual] |
Implements gdcm::network::BasePDU.
const std::ostream& gdcm::network::PDataTFPDU::Write | ( | std::ostream & | os | ) | const [virtual] |
Implements gdcm::network::BasePDU.