X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src2%2FcreaImageIOTreeDescriptor.h;h=a7e5b94da131cdc6f04676d475ddc02bf64d0c33;hb=7039ca45487cba3e14d308a61643c5bbab35a086;hp=c2fb7ae0d032fa6c3b8e343b2687f49b6e7c1ce9;hpb=36a4ac578a165ab010663055b433aef6d9248e22;p=creaImageIO.git diff --git a/src2/creaImageIOTreeDescriptor.h b/src2/creaImageIOTreeDescriptor.h index c2fb7ae..a7e5b94 100644 --- a/src2/creaImageIOTreeDescriptor.h +++ b/src2/creaImageIOTreeDescriptor.h @@ -44,6 +44,7 @@ namespace creaImageIO GetAttributeDescriptorList(int level) const { return mLevelDescriptorList[level].GetAttributeDescriptorList(); } + /// Adds a LevelDescriptor at the end of the list void Add(const LevelDescriptor&); @@ -64,7 +65,7 @@ namespace creaImageIO void Clear(); //Create Attribute Descriptors from a file - void createDescriptorfromFile(std::string &i_file); + void createDescriptorfromFile(const std::string &i_file); private: LevelDescriptorListType mLevelDescriptorList;