Class to read/write a DataElement as Explicit Data Element. More...
#include <gdcmExplicitDataElement.h>
Public Member Functions | |
VL | GetLength () const |
template<typename TSwap > | |
std::istream & | Read (std::istream &is) |
template<typename TSwap > | |
std::istream & | ReadWithLength (std::istream &is, VL &length) |
template<typename TSwap > | |
const std::ostream & | Write (std::ostream &os) const |
Class to read/write a DataElement as Explicit Data Element.
VL gdcm::ExplicitDataElement::GetLength | ( | ) | const |
Reimplemented from gdcm::DataElement.
std::istream& gdcm::ExplicitDataElement::Read | ( | std::istream & | is ) |
Reimplemented from gdcm::DataElement.
std::istream& gdcm::ExplicitDataElement::ReadWithLength | ( | std::istream & | is, |
VL & | length | ||
) |
Reimplemented from gdcm::DataElement.
const std::ostream& gdcm::ExplicitDataElement::Write | ( | std::ostream & | os ) | const |
Reimplemented from gdcm::DataElement.