]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOTree.h
*** empty log message ***
[creaImageIO.git] / src2 / creaImageIOTree.h
index fe928ac25911f925fbd2bdf150087558b20dc65b..446d9e1884183dffc3c9bfba369123a5ffeac2a8 100644 (file)
@@ -12,7 +12,7 @@ namespace creaImageIO
        * \ingroup Model
        */
     //=====================================================================
-    /// Abstract class to store user data on a tree
+    /// Abstract class to store user data on a Tree
     struct TreeData
     { 
       TreeData() {}
@@ -21,7 +21,7 @@ namespace creaImageIO
     //=====================================================================
     
     //=====================================================================
-    /// An attributed tree structure
+    /// An attributed Tree structure
     /**
      */
     class Tree : public Node
@@ -62,10 +62,11 @@ namespace creaImageIO
       GetAttributeDescriptorList(int level) const
       { return GetDescriptor().GetAttributeDescriptorList(level); }
       /// Returns the AttributeDescriptorList of a given level (ref)
-      LevelDescriptor::AttributeDescriptorListType& 
-      GetAttributeDescriptorList(int level) 
-      { return GetDescriptor().GetAttributeDescriptorList(level); }
+      //LevelDescriptor::AttributeDescriptorListType& 
+      //GetAttributeDescriptorList(int level) 
+      //{ return GetDescriptor().GetAttributeDescriptorList(level); }
   
+      virtual void Print() const;
 
     private:
       Descriptor mDescriptor;