]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmick.h
Added Add DataBase event.
[creaImageIO.git] / src2 / creaImageIOGimmick.h
index 5b6606ce679a18acfb36eb829c49281748e57f61..b7fd64741dd2a1edd37fdb7da7f7c7f947fce298 100644 (file)
@@ -97,7 +97,12 @@ namespace creaImageIO
 
     /// Prints the tree handled by the handler
     void Print(const std::string& handler);
+       
+       ///create a DB from a given descriptor file and for a specific location
+       SQLiteTreeHandler *createDB(std::string &i_locDesc, std::string &i_locDB);
 
+       // add an existent DB 
+       void addDB(std::string &i_nameDB, std::string &i_locationDB);
 
     /// Returns the TreeHandler with a given name
     TreeHandler* GetTreeHandler(const std::string& name) const;