X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOTreeNode.h;h=fca904ca53a216609933bf7459d121fed0cce84a;hb=0aa00616066c059f5b11bf6355c22c90c22f95f0;hp=c85a94471cbce6e4718e366f126a6d0aafcac14b;hpb=5f76a3752cd6e23874e8167f19c9ceb57223b390;p=creaImageIO.git diff --git a/src2/creaImageIOTreeNode.h b/src2/creaImageIOTreeNode.h index c85a944..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; } @@ -111,7 +111,6 @@ namespace creaImageIO /// Sorts the children of the node void SortChildren(const LexicographicalComparator&); - virtual void Print() const; std::string GetLabel() const; /*