GDCM  2.4.5
Public Member Functions | Protected Types | Protected Member Functions | Static Protected Member Functions | Friends | List of all members
gdcm::Dicts Class Reference

Class to manipulate the sum of knowledge (all the dict user load) More...

#include <gdcmDicts.h>

Public Member Functions

 Dicts ()
 
 ~Dicts ()
 
const CSAHeaderDictGetCSAHeaderDict () const
 
const DictEntryGetDictEntry (const Tag &tag, const char *owner=NULL) const
 NOT THREAD SAFE. More...
 
const DictEntryGetDictEntry (const PrivateTag &tag) const
 
const PrivateDictGetPrivateDict () const
 
PrivateDictGetPrivateDict ()
 
const DictGetPublicDict () const
 
bool IsEmpty () const
 

Protected Types

enum  ConstructorType {
  PHILIPS,
  GEMS,
  SIEMENS
}
 

Protected Member Functions

void LoadDefaults ()
 

Static Protected Member Functions

static const char * GetConstructorString (ConstructorType type)
 

Friends

class Global
 
std::ostream & operator<< (std::ostream &_os, const Dicts &d)
 

Detailed Description

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.

Member Enumeration Documentation

Enumerator
PHILIPS 
GEMS 
SIEMENS 

Constructor & Destructor Documentation

gdcm::Dicts::Dicts ( )
gdcm::Dicts::~Dicts ( )

Member Function Documentation

static const char* gdcm::Dicts::GetConstructorString ( ConstructorType  type)
staticprotected
const CSAHeaderDict& gdcm::Dicts::GetCSAHeaderDict ( ) const
Examples:
MrProtocol.cxx.
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, and TraverseModules.cxx.
const DictEntry& gdcm::Dicts::GetDictEntry ( const PrivateTag tag) const
const PrivateDict& gdcm::Dicts::GetPrivateDict ( ) const
PrivateDict& gdcm::Dicts::GetPrivateDict ( )
const Dict& gdcm::Dicts::GetPublicDict ( ) const
bool gdcm::Dicts::IsEmpty ( ) const
inline

References gdcm::Dict::IsEmpty().

void gdcm::Dicts::LoadDefaults ( )
protected

Friends And Related Function Documentation

friend class Global
friend
std::ostream& operator<< ( std::ostream &  _os,
const Dicts d 
)
friend

The documentation for this class was generated from the following file:

Generated on Fri Sep 25 2015 17:58:30 for GDCM by doxygen 1.8.9.1
SourceForge.net Logo