Value Length.
More...
#include <gdcmVL.h>
List of all members.
Detailed Description
Value Length.
- Warning:
- this is a 4bytes value ! Do not try to use it for 2bytes value length
Member Typedef Documentation
Constructor & Destructor Documentation
gdcm::VL::VL |
( |
uint32_t |
vl = 0 ) |
[inline] |
Member Function Documentation
VL gdcm::VL::GetLength |
( |
) |
const [inline] |
static uint16_t gdcm::VL::GetVL16Max |
( |
) |
[inline, static] |
static uint32_t gdcm::VL::GetVL32Max |
( |
) |
[inline, static] |
bool gdcm::VL::IsOdd |
( |
) |
const [inline] |
bool gdcm::VL::IsUndefined |
( |
) |
const [inline] |
gdcm::VL::operator uint32_t |
( |
) |
const [inline] |
VL gdcm::VL::operator++ |
( |
int |
) |
[inline] |
VL& gdcm::VL::operator++ |
( |
) |
[inline] |
VL& gdcm::VL::operator+= |
( |
VL const & |
vl ) |
[inline] |
template<typename TSwap >
std::istream& gdcm::VL::Read |
( |
std::istream & |
is ) |
[inline] |
template<typename TSwap >
std::istream& gdcm::VL::Read16 |
( |
std::istream & |
is ) |
[inline] |
void gdcm::VL::SetToUndefined |
( |
) |
[inline] |
template<typename TSwap >
const std::ostream& gdcm::VL::Write |
( |
std::ostream & |
os ) |
const [inline] |
template<typename TSwap >
const std::ostream& gdcm::VL::Write16 |
( |
std::ostream & |
os ) |
const [inline] |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const VL & |
vl |
|
) |
| [friend] |
The documentation for this class was generated from the following file: