]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmick.h
Added attribute reading functionality.
[creaImageIO.git] / src2 / creaImageIOGimmick.h
index 448fc9ba9fd79c27f82ed89e3b2bcd5d7dd2e23a..99908d6077e8e9e7c6227bc261edb5e3f41665b3 100644 (file)
@@ -142,6 +142,12 @@ namespace creaImageIO
        ///Edits the field described by the name and key provided with the value given
        void EditField(tree::Node* node, const std::string& d, const std::string& name, const std::string& key, const std::string& val);
 
+       /// Returns the attributes in results described in params
+       void GetAttributes(const std::string& d, 
+         const std::string& filename, 
+         const std::vector<std::string>& params, 
+         std::vector<std::string>& results);
+  
     /// 
     const std::string& GetHomeDirectory();
     const std::string& GetUserSettingsDirectory();