]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmickView.h
Added local copy functionality.
[creaImageIO.git] / src2 / creaImageIOGimmickView.h
index ef435c17ae9302d85fd1dab27d2c6f4578b0d884..c0e31d39e0d6c4f91f81906f175c7f7e79135ea8 100644 (file)
@@ -83,6 +83,9 @@ namespace creaImageIO
          virtual void AddIgnoreFile(tree::Node* toRemove)
          { GimmickError("INTERNAL ERROR : AddIgnoreFile not implemented"); }
       
+         ///Copies selected files
+         virtual void CopyFiles(const std::vector<std::string>& filenames)
+         { GimmickError("INTERNAL ERROR : CopyFiles not implemented"); }
       
       ///Validates the dimension compliance of the images with the maximum and minimum given, and between their sizes
       bool ValidateSelected (tree::Node* sel, int min_dim, int max_dim);