Class to represent an *Implicit VR* Data Element.
More...
#include <gdcmImplicitDataElement.h>
List of all members.
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) |
template<typename TSwap > |
const std::ostream & | Write (std::ostream &os) const |
Detailed Description
Class to represent an *Implicit VR* Data Element.
- Note:
- bla
- Examples:
-
ReadExplicitLengthSQIVR.cxx.
Member Function Documentation
VL gdcm::ImplicitDataElement::GetLength |
( |
| ) |
const |
template<typename TSwap >
std::istream& gdcm::ImplicitDataElement::Read |
( |
std::istream & |
is | ) |
|
template<typename TSwap >
std::istream& gdcm::ImplicitDataElement::ReadPreValue |
( |
std::istream & |
is | ) |
|
template<typename TSwap >
std::istream& gdcm::ImplicitDataElement::ReadValue |
( |
std::istream & |
is | ) |
|
template<typename TSwap >
std::istream& gdcm::ImplicitDataElement::ReadWithLength |
( |
std::istream & |
is, |
|
|
VL & |
length |
|
) |
| |
template<typename TSwap >
const std::ostream& gdcm::ImplicitDataElement::Write |
( |
std::ostream & |
os | ) |
const |
The documentation for this class was generated from the following file: