X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocument.h;h=1c8447954049944c81214c34e70fd96c080e32eb;hb=b868cc4addde15e2f692a7b1fe9451c1335258f4;hp=bacbe5cf278ef919a829082f3d312ceb3271231b;hpb=03acf3c119c6657129b8aeae8cb2205e481a105b;p=gdcm.git diff --git a/src/gdcmDocument.h b/src/gdcmDocument.h index bacbe5cf..1c844795 100644 --- a/src/gdcmDocument.h +++ b/src/gdcmDocument.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.h,v $ Language: C++ - Date: $Date: 2005/01/07 08:46:18 $ - Version: $Revision: 1.76 $ + Date: $Date: 2005/01/07 16:45:51 $ + Version: $Revision: 1.77 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -208,20 +208,19 @@ private: void LoadDocEntry (DocEntry *e); void FindDocEntryLength (DocEntry *e) throw ( FormatError ); + uint32_t FindDocEntryLengthOBOrOW() throw( FormatUnexpected ); std::string FindDocEntryVR(); bool CheckDocEntryVR (VRKey k); - std::string GetDocEntryValue (DocEntry *e); - std::string GetDocEntryUnvalue(DocEntry *e); + std::string GetDocEntryValue (DocEntry *entry); + std::string GetDocEntryUnvalue(DocEntry *entry); - void SkipDocEntry (DocEntry *e); - void SkipToNextDocEntry (long offset,long readLgth); + void SkipDocEntry (DocEntry *entry); + void SkipToNextDocEntry (DocEntry *entry); - void FixDocEntryFoundLength(DocEntry *e, uint32_t l); - bool IsDocEntryAnInteger (DocEntry *e); - - uint32_t FindDocEntryLengthOB() throw( FormatUnexpected ); + void FixDocEntryFoundLength(DocEntry *entry,uint32_t l); + bool IsDocEntryAnInteger (DocEntry *entry); uint16_t ReadInt16() throw ( FormatError ); uint32_t ReadInt32() throw ( FormatError );