]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmick.h
Actually set the bool in Setters
[creaImageIO.git] / src2 / creaImageIOGimmick.h
index 448fc9ba9fd79c27f82ed89e3b2bcd5d7dd2e23a..458720b39a93633811eb71464f948d4734625a05 100644 (file)
@@ -142,10 +142,15 @@ 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();
-       int GetBinaryDirectory(char *pname, size_t pathsize);
     void CreateUserSettingsDirectory();
     const std::string& GetLocalDatabasePath();
        const std::string& GetTimestampDatabasePath();