]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOTree.h
*** empty log message ***
[creaImageIO.git] / src2 / creaImageIOTree.h
index 854693d3409ab2e6f08c2d7db7a5f02d31518149..446d9e1884183dffc3c9bfba369123a5ffeac2a8 100644 (file)
@@ -8,9 +8,11 @@ namespace creaImageIO
 
   namespace tree
   {
-    
+    /**
+       * \ingroup Model
+       */
     //=====================================================================
-    /// Abstract class to store user data on a tree
+    /// Abstract class to store user data on a Tree
     struct TreeData
     { 
       TreeData() {}
@@ -19,7 +21,9 @@ namespace creaImageIO
     //=====================================================================
     
     //=====================================================================
-    /// An attributed tree structure
+    /// An attributed Tree structure
+    /**
+     */
     class Tree : public Node
     {
     public:
@@ -58,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;