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.
◆ ConstructorType
| Enumerator |
|---|
| PHILIPS | |
| GEMS | |
| SIEMENS | |
◆ Dicts() [1/2]
◆ ~Dicts()
◆ Dicts() [2/2]
| gdcm::Dicts::Dicts |
( |
const Dicts & |
_val | ) |
|
|
delete |
◆ GetConstructorString()
| static const char * gdcm::Dicts::GetConstructorString |
( |
ConstructorType |
type | ) |
|
|
staticprotected |
◆ GetCSAHeaderDict()
◆ GetDictEntry() [1/2]
◆ GetDictEntry() [2/2]
| const DictEntry & gdcm::Dicts::GetDictEntry |
( |
const Tag & |
tag, |
|
|
const char * |
owner = nullptr |
|
) |
| const |
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, and TraverseModules.cxx.
◆ GetPrivateDict() [1/2]
◆ GetPrivateDict() [2/2]
| const PrivateDict & gdcm::Dicts::GetPrivateDict |
( |
| ) |
const |
◆ GetPublicDict()
| const Dict & gdcm::Dicts::GetPublicDict |
( |
| ) |
const |
◆ IsEmpty()
| bool gdcm::Dicts::IsEmpty |
( |
| ) |
const |
|
inline |
◆ LoadDefaults()
| void gdcm::Dicts::LoadDefaults |
( |
| ) |
|
|
protected |
◆ operator=()
| Dicts & gdcm::Dicts::operator= |
( |
const Dicts & |
_val | ) |
|
|
delete |
◆ Global
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
_os, |
|
|
const Dicts & |
d |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: