X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIOImageReader.h;h=698c011f77019e28c7ad511b332247c5b1d54a72;hb=7805f0d563d5ba9be6022f8016c589b57c287f1d;hp=80e30fb08781427cda051380aecc53f8c1c74522;hpb=79372affb878a3ffd7896b8ffbb06b564c0550ce;p=creaImageIO.git diff --git a/src/creaImageIOImageReader.h b/src/creaImageIOImageReader.h index 80e30fb..698c011 100644 --- a/src/creaImageIOImageReader.h +++ b/src/creaImageIOImageReader.h @@ -60,17 +60,13 @@ namespace creaImageIO /// in a string to string map /// On return, the values of the map are the values /// of the attributes (empty string if not available). - void ReadAttributes(const std::string& filename, - tree::AttributeMapType& attr); + void ReadAttributes(const std::string& filename, tree::AttributeMapType& attr); /// Exclude specific readers /// TO DO... /// Another function to read attributes for a file - void getAttributes(const std::string filename, - std::map &infos, std::vector i_attr); + void getAttributes(const std::string filename, std::map &infos, std::vector i_attr); - - protected: /// Register a reader