Go to the source code of this file.
Classes | |
class | gdcm::VM |
Value Multiplicity Looking at the DICOMV3 dict only there is very few cases: 1 2 3 4 5 6 8 16 24 1-2 1-3 1-8 1-32 1-99 1-n 2-2n 2-n 3-3n 3-n. More... | |
Namespaces | |
namespace | gdcm |
Defines | |
#define | TYPETOLENGTH(type, length) |
Functions | |
std::ostream & | gdcm::operator<< (std::ostream &_os, const VM &_val) |
#define TYPETOLENGTH | ( | type, | |
length | |||
) |
template<> struct VMToLength<VM::type> \ { enum { Length = length }; };