X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIOTreeNode.h;fp=src%2FcreaImageIOTreeNode.h;h=c38680ba1029dd0e8f37d9dec1bf338d4658efde;hb=7805f0d563d5ba9be6022f8016c589b57c287f1d;hp=5d218261150782177a51413bbec3b1aa01738c11;hpb=79372affb878a3ffd7896b8ffbb06b564c0550ce;p=creaImageIO.git diff --git a/src/creaImageIOTreeNode.h b/src/creaImageIOTreeNode.h index 5d21826..c38680b 100644 --- a/src/creaImageIOTreeNode.h +++ b/src/creaImageIOTreeNode.h @@ -66,7 +66,6 @@ namespace creaImageIO public: typedef std::map AttributeMapType; - /// Ctor with parent Node(Node* parent); /// Ctor with parent and attributes map @@ -88,7 +87,6 @@ namespace creaImageIO /// Returns the level of the node in the tree virtual int GetLevel() const { return mParent->GetLevel()+1; } - /// Returns the parent of the node Node* GetParent() const { return mParent; } @@ -113,7 +111,6 @@ namespace creaImageIO /// Remove the given children from the children list int RemoveChildrenFromList(Node*); - /// Get the Attributes Map AttributeMapType& GetAttributeMap() { return mAttributeMap; }