]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOTreeNode.h
*** empty log message ***
[creaImageIO.git] / src2 / creaImageIOTreeNode.h
index 2b18acd2ca1e8d3cb84fb6801ecef8ba24c73c79..d69051bbe89cdfadb65ac25060231e841fd5cc25 100644 (file)
@@ -44,6 +44,8 @@ namespace creaImageIO
       /// Virtual destructor
       virtual ~Node();
 
+      /// Initializes the attribute map i.e. creates the entries
+      void InitializeAttributeMap();
  
       /// Returns the level descriptor of the node
       const LevelDescriptor& GetLevelDescriptor() const;
@@ -110,9 +112,10 @@ namespace creaImageIO
       /// Sorts the children of the node 
       void SortChildren(const LexicographicalComparator&);
 
-      /*
-     virtual void Print() const;
+
+      virtual void Print() const;
       std::string GetLabel() const;
+      /*
        int ImageGetRows() const;
        int ImageGetColumns() const;
        int ImageGetFrames() const;