X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOTreeNode.h;h=d69051bbe89cdfadb65ac25060231e841fd5cc25;hb=f08880c40f6304be640c7f8702bbbe96f8d50b40;hp=2b18acd2ca1e8d3cb84fb6801ecef8ba24c73c79;hpb=9bcef355910f147e16a71ae068c1dcb99c1686de;p=creaImageIO.git diff --git a/src2/creaImageIOTreeNode.h b/src2/creaImageIOTreeNode.h index 2b18acd..d69051b 100644 --- a/src2/creaImageIOTreeNode.h +++ b/src2/creaImageIOTreeNode.h @@ -44,6 +44,8 @@ namespace creaImageIO /// Virtual destructor virtual ~Node(); + /// Initializes the attribute map i.e. creates the entries + void InitializeAttributeMap(); /// Returns the level descriptor of the node const LevelDescriptor& GetLevelDescriptor() const; @@ -110,9 +112,10 @@ namespace creaImageIO /// Sorts the children of the node void SortChildren(const LexicographicalComparator&); - /* - virtual void Print() const; + + virtual void Print() const; std::string GetLabel() const; + /* int ImageGetRows() const; int ImageGetColumns() const; int ImageGetFrames() const;