Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

gdcm::Document Member List

This is the complete list of members for gdcm::Document, including all inherited members.

Abortgdcm::Document [mutable, protected]
AddEntry(DocEntry *Entry)gdcm::ElementSet [virtual]
AddForceLoadElement(uint16_t group, uint16_t elem)gdcm::Document
Backtrack(DocEntry *docEntry)gdcm::Document [private]
Base()gdcm::Base [inline]
CallEndMethod()gdcm::Document [protected, virtual]
CallProgressMethod()gdcm::Document [protected, virtual]
CallStartMethod()gdcm::Document [protected, virtual]
CheckDocEntryVR(const VRKey &k)gdcm::Document [private]
CheckIfEntryExist(uint16_t group, uint16_t elem)gdcm::DocEntrySet [virtual]
CheckSwap()gdcm::Document [private]
ClearEntry()gdcm::ElementSet [virtual]
CloseFile()gdcm::Document
ComputeGroup0002Length()gdcm::Document [protected]
Copy(DocEntrySet *set)gdcm::ElementSet [virtual]
CurrentElemgdcm::Document [protected]
CurrentGroupgdcm::Document [protected]
Delete()gdcm::RefCounter [inline]
DocEntrySet()gdcm::DocEntrySet [protected]
Document()gdcm::Document [protected]
DoTheLoadingDocumentJob()gdcm::Document [private]
ElementSet()gdcm::ElementSet [protected]
Filenamegdcm::Document [protected]
Filetypegdcm::Document [protected]
FindDocEntryLength(DocEntry *e)gdcm::Document [private]
FindDocEntryLengthOBOrOW()gdcm::Document [private]
FindDocEntryVR()gdcm::Document [private]
FixDocEntryFoundLength(DocEntry *entry, uint32_t l)gdcm::Document [private]
Fpgdcm::Document [protected]
gdcmTypeMacro(Document)gdcm::Document [private]
GetDataEntry(uint16_t group, uint16_t elem)gdcm::DocEntrySet
GetDictEntry(uint16_t group, uint16_t elem)gdcm::DocEntrySet [protected]
GetDictEntry(uint16_t group, uint16_t elem, VRKey const &vr)gdcm::DocEntrySet [protected]
GetDocEntry(uint16_t group, uint16_t elem)gdcm::ElementSet [virtual]
GetEntryBinArea(uint16_t group, uint16_t elem)gdcm::DocEntrySet [virtual]
GetEntryLength(uint16_t group, uint16_t elem)gdcm::DocEntrySet [virtual]
GetEntryString(uint16_t group, uint16_t elem)gdcm::DocEntrySet [virtual]
GetFileName() const gdcm::Document [inline]
GetFileType()gdcm::Document
GetFirstEntry()gdcm::ElementSet [virtual]
GetNextEntry()gdcm::ElementSet [virtual]
GetPrintLevel()gdcm::Base [inline]
GetPubDict()gdcm::Document
GetRefCount() const gdcm::RefCounter [inline]
GetSeqEntry(uint16_t group, uint16_t elem)gdcm::DocEntrySet
GetShaDict()gdcm::Document
GetSwapCode()gdcm::Document [inline]
GetTransferSyntax()gdcm::Document
GetTransferSyntaxName()gdcm::Document
Group0002Parsedgdcm::Document [protected]
HandleBrokenEndian(uint16_t &group, uint16_t &elem)gdcm::Document [private]
HandleOutOfGroup0002(uint16_t &group, uint16_t &elem)gdcm::Document [private]
HasDCMPreamblegdcm::Document [protected]
HEADER_LENGTH_TO_READgdcm::Document [protected, static]
Initialize()gdcm::Document [private]
InsertEntryBinArea(uint8_t *binArea, int lgth, uint16_t group, uint16_t elem, VRKey const &vr=GDCM_VRUNKNOWN)gdcm::DocEntrySet
InsertEntryString(std::string const &value, uint16_t group, uint16_t elem, VRKey const &vr=GDCM_VRUNKNOWN)gdcm::DocEntrySet
InsertSeqEntry(uint16_t group, uint16_t elem)gdcm::DocEntrySet
IsDicomV3()gdcm::Document
IsDocEntryAnInteger(DocEntry *entry)gdcm::Document [private]
IsDocumentAlreadyLoadedgdcm::Document [protected]
IsDocumentModifiedgdcm::Document [protected]
IsEmpty()gdcm::ElementSet [inline, virtual]
IsPapyrus()gdcm::Document
IsParsable()gdcm::Document
IsReadable()gdcm::Document [virtual]
ListElements typedefgdcm::Document
Load()gdcm::Document [virtual]
LoadDocEntry(DocEntry *e, bool forceLoad=false)gdcm::Document [private]
LoadDocEntrySafe(DocEntry *entry)gdcm::Document
LoadEntryBinArea(uint16_t group, uint16_t elem)gdcm::Document [virtual]
LoadEntryBinArea(DataEntry *entry)gdcm::Document [virtual]
LoadModegdcm::Document [protected]
MAX_SIZE_LOAD_ELEMENT_VALUEgdcm::Document [protected, static]
MaxSizeLoadEntrygdcm::Document [protected]
MayIWrite(uint16_t)gdcm::ElementSet [inline, protected]
NewDataEntry(uint16_t group, uint16_t elem, VRKey const &vr=GDCM_VRUNKNOWN)gdcm::DocEntrySet
NewSeqEntry(uint16_t group, uint16_t elem)gdcm::DocEntrySet
OpenFile()gdcm::Document
operator<(Document &document)gdcm::Document
ParseDES(DocEntrySet *set, long offset, long l_max, bool delim_mode)gdcm::Document [private]
ParseSQ(SeqEntry *seq, long offset, long l_max, bool delim_mode)gdcm::Document [private]
PreviousDocEntrygdcm::DocEntrySet [protected]
Print(std::ostream &os=std::cout, std::string const &indent="")gdcm::ElementSet [virtual]
PrintLevelgdcm::Base [protected]
Progressgdcm::Document [protected]
ReadInt16()gdcm::Document [protected]
ReadInt32()gdcm::Document [protected]
ReadNextDocEntry()gdcm::Document [private]
RefCounter()gdcm::RefCounter [inline, protected]
RefPubDictgdcm::Document [protected]
RefShaDictgdcm::Document [protected]
Register()gdcm::RefCounter [inline]
RemoveEntry(DocEntry *EntryToRemove)gdcm::ElementSet [virtual]
SetEntryBinArea(uint8_t *content, int lgth, uint16_t group, uint16_t elem)gdcm::DocEntrySet
SetEntryBinArea(uint8_t *content, int lgth, DataEntry *entry)gdcm::DocEntrySet
SetEntryString(std::string const &content, uint16_t group, uint16_t elem)gdcm::DocEntrySet
SetEntryString(std::string const &content, DataEntry *entry)gdcm::DocEntrySet
SetFileName(std::string const &fileName)gdcm::Document [inline, virtual]
SetLoadMode(int mode)gdcm::Document [inline]
SetMaxSizeLoadEntry(long)gdcm::Document [private]
SetPrintLevel(int level)gdcm::Base [inline]
SetShaDict(Dict *dict)gdcm::Document
SetShaDict(DictKey const &dictName)gdcm::Document
SkipBytes(uint32_t)gdcm::Document [protected]
SkipDocEntry(DocEntry *entry)gdcm::Document [private]
SkipToNextDocEntry(DocEntry *entry)gdcm::Document [private]
SwapCodegdcm::Document [protected]
SwapDouble(double)gdcm::Document [private]
SwapLong(uint32_t)gdcm::Document [private]
SwapShort(uint16_t)gdcm::Document [private]
SwitchByteSwapCode()gdcm::Document [private]
Unregister()gdcm::RefCounter [inline]
UnswapLong(uint32_t a)gdcm::Document [inline, private]
UnswapShort(uint16_t a)gdcm::Document [inline, private]
UserAnonymizeListgdcm::Document [protected]
UserForceLoadListgdcm::Document [protected]
WriteContent(std::ofstream *fp, FileType type)gdcm::Document [virtual]
~Base()gdcm::Base [inline, virtual]
~DocEntrySet()gdcm::DocEntrySet [inline, protected, virtual]
~Document()gdcm::Document [protected, virtual]
~ElementSet()gdcm::ElementSet [protected]
~RefCounter()gdcm::RefCounter [inline, protected, virtual]


Generated on Fri Jan 20 10:15:05 2006 for gdcm by  doxygen 1.4.4