Value Length.
More...
#include <gdcmVL.h>
Value Length.
- Warning
- this is a 4bytes value ! Do not try to use it for 2bytes value length
- Examples
- BasicImageAnonymizer.cs, DecompressImage.cs, ReadAndDumpDICOMDIR2.cxx, and rle2img.cxx.
◆ Type
◆ VL()
| gdcm::VL::VL |
( |
uint32_t |
vl = 0 | ) |
|
|
inline |
◆ GetLength()
| VL gdcm::VL::GetLength |
( |
| ) |
const |
|
inline |
◆ GetVL16Max()
| static uint16_t gdcm::VL::GetVL16Max |
( |
| ) |
|
|
inlinestatic |
◆ GetVL32Max()
| static uint32_t gdcm::VL::GetVL32Max |
( |
| ) |
|
|
inlinestatic |
◆ IsOdd()
| bool gdcm::VL::IsOdd |
( |
| ) |
const |
|
inline |
Return whether or not the VL is odd or not.
◆ IsUndefined()
| bool gdcm::VL::IsUndefined |
( |
| ) |
const |
|
inline |
◆ operator uint32_t()
| gdcm::VL::operator uint32_t |
( |
| ) |
const |
|
inline |
◆ operator++() [1/2]
| VL & gdcm::VL::operator++ |
( |
| ) |
|
|
inline |
◆ operator++() [2/2]
| VL gdcm::VL::operator++ |
( |
int |
| ) |
|
|
inline |
◆ operator+=()
| VL & gdcm::VL::operator+= |
( |
VL const & |
vl | ) |
|
|
inline |
◆ Read()
template<typename TSwap >
| std::istream & gdcm::VL::Read |
( |
std::istream & |
is | ) |
|
|
inline |
◆ Read16()
template<typename TSwap >
| std::istream & gdcm::VL::Read16 |
( |
std::istream & |
is | ) |
|
|
inline |
◆ SetToUndefined()
| void gdcm::VL::SetToUndefined |
( |
| ) |
|
|
inline |
◆ Write()
template<typename TSwap >
| const std::ostream & gdcm::VL::Write |
( |
std::ostream & |
os | ) |
const |
|
inline |
◆ Write16()
template<typename TSwap >
| const std::ostream & gdcm::VL::Write16 |
( |
std::ostream & |
os | ) |
const |
|
inline |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const VL & |
vl |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: