X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOTreeNode.h;h=fca904ca53a216609933bf7459d121fed0cce84a;hb=cf9b62742f0699be21da81b01cb9656be0f78c4f;hp=91bda3786bbe93e6c06a0499ca161f371da2ee5b;hpb=f7c6131e319e426656a0b3b066b96236ee66bb3c;p=creaImageIO.git diff --git a/src2/creaImageIOTreeNode.h b/src2/creaImageIOTreeNode.h index 91bda37..fca904c 100644 --- a/src2/creaImageIOTreeNode.h +++ b/src2/creaImageIOTreeNode.h @@ -12,7 +12,7 @@ namespace creaImageIO namespace tree { /** - * \ingroup Model + * \ingroup Tree */ //===================================================================== /// Forward declaration of Tree @@ -81,7 +81,7 @@ namespace creaImageIO const ChildrenListType& GetChildrenList() const { return mChildren; } /// Remove the given children from the children list - void RemoveChildrenFromList(Node*); + int RemoveChildrenFromList(Node*); AttributeMapType& GetAttributeMap() { return mAttributeMap; } @@ -94,8 +94,7 @@ namespace creaImageIO void UnsafeSetAttribute(const std::string& k, const std::string& v) { mAttributeMap[k] = v; } - const AttributeDescriptor& GetAttributeDescriptor(const std::string& k) - const; + const AttributeDescriptor& GetAttributeDescriptor(const std::string& k)const; // { return GetTypeDescription().GetFieldDescription(k); } @@ -112,7 +111,6 @@ namespace creaImageIO /// Sorts the children of the node void SortChildren(const LexicographicalComparator&); - virtual void Print() const; std::string GetLabel() const; /*