|
GDCM
2.2.3
|
Class to read/write a DataElement as UNExplicit Data Element. More...
#include <gdcmUNExplicitDataElement.h>


Public Member Functions | |
| VL | GetLength () const |
| template<typename TSwap > | |
| std::istream & | Read (std::istream &is) |
| template<typename TSwap > | |
| std::istream & | ReadPreValue (std::istream &is) |
| template<typename TSwap > | |
| std::istream & | ReadValue (std::istream &is) |
| template<typename TSwap > | |
| std::istream & | ReadWithLength (std::istream &is, VL &length) |
Class to read/write a DataElement as UNExplicit Data Element.
| VL gdcm::UNExplicitDataElement::GetLength | ( | ) | const |
Reimplemented from gdcm::DataElement.
| std::istream& gdcm::UNExplicitDataElement::Read | ( | std::istream & | is | ) |
Reimplemented from gdcm::DataElement.
| std::istream& gdcm::UNExplicitDataElement::ReadPreValue | ( | std::istream & | is | ) |
| std::istream& gdcm::UNExplicitDataElement::ReadValue | ( | std::istream & | is | ) |
| std::istream& gdcm::UNExplicitDataElement::ReadWithLength | ( | std::istream & | is, |
| VL & | length | ||
| ) |
Reimplemented from gdcm::DataElement.
1.7.6.1