GDCM  2.2.0
Public Member Functions | Protected Types | Protected Member Functions | Static Protected Member Functions | Friends
gdcm::Dicts Class Reference

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

#include <gdcmDicts.h>

List of all members.

Public Member Functions

 Dicts ()
 ~Dicts ()
const CSAHeaderDictGetCSAHeaderDict () const
const DictEntryGetDictEntry (const Tag &tag, const char *owner=NULL) const
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

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 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 Wed Jun 13 2012 20:40:39 for GDCM by doxygen 1.8.1
SourceForge.net Logo