X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOGimmick.h;h=b7fd64741dd2a1edd37fdb7da7f7c7f947fce298;hb=d1635bf73accf21c07f6315ed04609d703250269;hp=5b6606ce679a18acfb36eb829c49281748e57f61;hpb=42f7c93a6f8fc2beeb8709be1b3616ec40f4699e;p=creaImageIO.git diff --git a/src2/creaImageIOGimmick.h b/src2/creaImageIOGimmick.h index 5b6606c..b7fd647 100644 --- a/src2/creaImageIOGimmick.h +++ b/src2/creaImageIOGimmick.h @@ -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;