X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOTreeNode.h;h=fca904ca53a216609933bf7459d121fed0cce84a;hb=152f8d6556de5c935404953ad95e392ae148374d;hp=3ca036274802fd72f3b22d8d2749ae55e9364f07;hpb=f130d194cc0f1c9380f3907a45020e199e4b5c0a;p=creaImageIO.git diff --git a/src2/creaImageIOTreeNode.h b/src2/creaImageIOTreeNode.h index 3ca0362..fca904c 100644 --- a/src2/creaImageIOTreeNode.h +++ b/src2/creaImageIOTreeNode.h @@ -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; /*