]> Creatis software - gdcm.git/blobdiff - src/gdcmElementSet.h
ENH: First pass at simplifying the JPEG stuff.
[gdcm.git] / src / gdcmElementSet.h
index cfc921bd52a70c28479459d12b7c1f295afc7fe9..7a4e5124430e67d41ada5c01f0c4bc8354e127f2 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmElementSet.h,v $
   Language:  C++
-  Date:      $Date: 2005/01/11 15:15:38 $
-  Version:   $Revision: 1.29 $
+  Date:      $Date: 2005/01/16 04:50:41 $
+  Version:   $Revision: 1.31 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -47,7 +47,7 @@ public:
    ElementSet(int);
    ~ElementSet();
 
-   virtual void Print(std::ostream &os = std::cout); 
+   virtual void Print(std::ostream &os = std::cout, std::string const & indent = "" ); 
 
    bool AddEntry(DocEntry *Entry);
    bool RemoveEntry(DocEntry *EntryToRemove);
@@ -58,9 +58,9 @@ public:
    /// Accessor to \ref TagHT
    // Do not expose this to user (public API) ! 
    // A test is using it thus put it in public (matt)
-   TagDocEntryHT const &GetTagHT() const { return TagHT; };
+   //TagDocEntryHT const &GetTagHT() const { return TagHT; };
 
-   void Initialize();
+   void InitTraversal();
    DocEntry *GetNextEntry();
 
 protected: