X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src2%2FcreaImageIOGimmick.h;h=6c3b1cc6e231754cced691044bd385d7009da19a;hb=48959b03ebd4e0d100f468f6c05c873f70b43516;hp=b97df6f9f64adb6d6b5c27ac3ca4c5059470fcd7;hpb=8b74b6a37dfc8b8a3ebb4f9f8e4b46429da0e4c7;p=creaImageIO.git diff --git a/src2/creaImageIOGimmick.h b/src2/creaImageIOGimmick.h index b97df6f..6c3b1cc 100644 --- a/src2/creaImageIOGimmick.h +++ b/src2/creaImageIOGimmick.h @@ -96,6 +96,10 @@ namespace creaImageIO void RemoveFile(const std::string& d, tree::Node* filename); + /// Copies the files into the local directory + void CopyFiles(const std::vector& filenames, const std::string& d ); + + ///Synchronizes the loaded data with the database d. If repair is true the database will be updated, otherwise ///only a warning sign will be issued std::string Synchronize(const std::string& d, bool repair, bool checkAttributes);