X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDictSet.h;h=237bbe80a653c101795b9b12e25454b27c61414c;hb=9f28ad122dd01f096e4e5ca18d46aa7a8a0a07fc;hp=3cc5eca7ed2c192b22f792b25304fa47b89210d3;hpb=1e670813be403bc4ecd88fb78405d0a8969fca6c;p=gdcm.git diff --git a/src/gdcmDictSet.h b/src/gdcmDictSet.h index 3cc5eca7..237bbe80 100644 --- a/src/gdcmDictSet.h +++ b/src/gdcmDictSet.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictSet.h,v $ Language: C++ - Date: $Date: 2005/09/02 07:10:03 $ - Version: $Revision: 1.45 $ + Date: $Date: 2005/10/20 15:24:09 $ + Version: $Revision: 1.47 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -27,9 +27,8 @@ namespace gdcm { +//----------------------------------------------------------------------------- typedef std::map DictSetHT; -typedef std::string ExtendedTagKey; -typedef std::map ExtendedTagKeyHT; //----------------------------------------------------------------------------- /** @@ -63,13 +62,8 @@ public: // \ warning : not end user intended // Dict *GetVirtualDict() { return &VirtualEntries; } - DictEntry *NewVirtualDictEntry(uint16_t group, uint16_t elem, - TagName vr = GDCM_UNKNOWN, - TagName vm = GDCM_UNKNOWN, - TagName name = GDCM_UNKNOWN); - - Dict *GetFirstEntry(); - Dict *GetNextEntry(); + Dict *GetFirstDict(); + Dict *GetNextDict(); static std::string BuildDictPath(); @@ -83,9 +77,6 @@ private: /// Directory path to dictionaries std::string DictPath; - - /// H table for the on the fly created DictEntries - ExtendedTagKeyHT VirtualEntries; }; } // end namespace gdcm