]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmick.h
*** empty log message ***
[creaImageIO.git] / src2 / creaImageIOGimmick.h
index b8e2ee8a8b37999d2df85ff8b7a5337ea6e87b71..458720b39a93633811eb71464f948d4734625a05 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();