X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOTree.h;h=446d9e1884183dffc3c9bfba369123a5ffeac2a8;hb=139340305dd41bfdfff00f02a8c8c59241d14cb1;hp=fe928ac25911f925fbd2bdf150087558b20dc65b;hpb=74deda5137bba320405e3c4f50cc2a3f40a9dfc7;p=creaImageIO.git diff --git a/src2/creaImageIOTree.h b/src2/creaImageIOTree.h index fe928ac..446d9e1 100644 --- a/src2/creaImageIOTree.h +++ b/src2/creaImageIOTree.h @@ -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;