Class to manipulate the sum of knowledge (all the dict user load)
More...
#include <gdcmDicts.h>
Class to manipulate the sum of knowledge (all the dict user load)
- Note
- bla
- Examples:
- GenAllVR.cxx, GenFakeIdentifyFile.cxx, PublicDict.cxx, ReadAndPrintAttributes.cxx, and TraverseModules.cxx.
Enumerator |
---|
PHILIPS |
|
GEMS |
|
SIEMENS |
|
static const char* gdcm::Dicts::GetConstructorString |
( |
ConstructorType |
type | ) |
|
|
staticprotected |
const DictEntry& gdcm::Dicts::GetDictEntry |
( |
const Tag & |
tag, |
|
|
const char * |
owner = NULL |
|
) |
| const |
NOT THREAD SAFE.
works for both public and private dicts: owner is null for public dict
- Warning
- owner need to be set to appropriate owner for call to work. see
- Examples:
- PublicDict.cxx.
const PrivateDict& gdcm::Dicts::GetPrivateDict |
( |
| ) |
const |
const Dict& gdcm::Dicts::GetPublicDict |
( |
| ) |
const |
bool gdcm::Dicts::IsEmpty |
( |
| ) |
const |
|
inline |
void gdcm::Dicts::LoadDefaults |
( |
| ) |
|
|
protected |
std::ostream& operator<< |
( |
std::ostream & |
_os, |
|
|
const Dicts & |
d |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: