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>

Collaboration diagram for gdcm::Dicts:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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


Member Enumeration Documentation

enum gdcm::Dicts::ConstructorType [protected]
Enumerator:
PHILIPS 
GEMS 
SIEMENS 

Constructor & Destructor Documentation

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

Member Function Documentation

static const char* gdcm::Dicts::GetConstructorString ( ConstructorType  type ) [static, protected]
const CSAHeaderDict& gdcm::Dicts::GetCSAHeaderDict (  ) const
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
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 Sat Dec 4 2010 08:59:40 for GDCM by doxygen 1.7.2
SourceForge.net Logo