X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDict.h;h=ab03c709ebee821d3c23b1dd8d327aa829cc6a6b;hb=963480c814326423065a4a02fa1bf8bc1243ae4f;hp=ca31531e5e1687c1dbdf6b946205899386724625;hpb=5a0d183707a94e875a595036f64d0bd506faf618;p=gdcm.git diff --git a/src/gdcmDict.h b/src/gdcmDict.h index ca31531e..ab03c709 100644 --- a/src/gdcmDict.h +++ b/src/gdcmDict.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDict.h,v $ Language: C++ - Date: $Date: 2005/01/14 11:28:30 $ - Version: $Revision: 1.31 $ + Date: $Date: 2005/01/18 07:49:41 $ + Version: $Revision: 1.33 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -54,7 +54,7 @@ public: ~Dict(); // Print - void Print(std::ostream &os = std::cout); + void Print(std::ostream &os = std::cout, std::string const & indent = ""); // Entries void ClearEntry (); @@ -69,11 +69,7 @@ public: // EntryNamesList *GetDictEntryNames(); // EntryNamesByCatMap *GetDictEntryNamesByCategory(); - /// \brief Returns a ref to the Dicom Dictionary H table (map) - /// @return the Dicom Dictionary H table - //const TagKeyHT & GetEntries() const { return KeyHt; } - - void InitTraversal(); + DictEntry *GetFirstEntry(); DictEntry *GetNextEntry(); private: