X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOGimmick.h;h=6c3b1cc6e231754cced691044bd385d7009da19a;hb=9b19229069b38b9b14563f427554fa7c8fd9ac6f;hp=b97df6f9f64adb6d6b5c27ac3ca4c5059470fcd7;hpb=5f0d57f0a807cd98517209050192d24d189033ba;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);