#include <gdcmUtil.h>
Public Member Functions | |
| gdcmGlobal (void) | |
| ~gdcmGlobal () | |
Static Public Member Functions | |
| gdcmDictSet * | GetDicts (void) |
| gdcmVR * | GetVR (void) |
| gdcmTS * | GetTS (void) |
| gdcmDicomDirElement * | GetDicomDirElements (void) |
Static Private Attributes | |
| gdcmDictSet * | Dicts = (gdcmDictSet *)0 |
| gdcmVR * | VR = (gdcmVR *)0 |
| gdcmTS * | TS = (gdcmTS *)0 |
| gdcmDicomDirElement * | ddElem = (gdcmDicomDirElement *)0 |
|
|
Definition at line 61 of file gdcmUtil.cxx. References dbg, ddElem, Dicts, TS, gdcmDebug::Verbose(), and VR.
|
|
|
Definition at line 70 of file gdcmUtil.cxx. References ddElem, Dicts, TS, and VR.
|
|
|
Definition at line 89 of file gdcmUtil.cxx. References ddElem. Referenced by gdcmDicomDir::SetElement().
00089 {
00090 return ddElem;
00091 }
|
|
|
Definition at line 85 of file gdcmUtil.cxx. References Dicts. Referenced by gdcmObject::GetEntryByName(), gdcmParser::Initialise(), gdcmParser::NewVirtualDictEntry(), and gdcmParser::SetShaDict().
00085 {
00086 return Dicts;
00087 }
|
|
|
Definition at line 81 of file gdcmUtil.cxx. References TS. Referenced by gdcmHeader::GetTransfertSyntaxName(), and gdcmHeaderEntry::Print().
00081 {
00082 return TS;
00083 }
|
|
|
Definition at line 77 of file gdcmUtil.cxx. References VR. Referenced by gdcmParser::CheckHeaderEntryVR().
00077 {
00078 return VR;
00079 }
|
|
|
Definition at line 58 of file gdcmUtil.cxx. Referenced by gdcmGlobal(), GetDicomDirElements(), and ~gdcmGlobal(). |
|
|
Definition at line 55 of file gdcmUtil.cxx. Referenced by gdcmGlobal(), GetDicts(), and ~gdcmGlobal(). |
|
|
Definition at line 57 of file gdcmUtil.cxx. Referenced by gdcmGlobal(), GetTS(), and ~gdcmGlobal(). |
|
|
Definition at line 56 of file gdcmUtil.cxx. Referenced by gdcmGlobal(), GetVR(), and ~gdcmGlobal(). |
1.3.6