X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOGimmickView.h;h=3287c4d3209e3fd676e9ba9b1c68164314fa9402;hb=2df647c186de559388c62bfebba8795b860ee8ae;hp=bc160c5bf853962664755009974ec6b0466b227e;hpb=d87a9f8f86d472c5ecaed70fa83f1e8a1024a450;p=creaImageIO.git diff --git a/src2/creaImageIOGimmickView.h b/src2/creaImageIOGimmickView.h index bc160c5..3287c4d 100644 --- a/src2/creaImageIOGimmickView.h +++ b/src2/creaImageIOGimmickView.h @@ -91,6 +91,11 @@ namespace creaImageIO virtual void CreateEditFieldsDialog(tree::Node* node, std::vector names, std::vector keys) { GimmickError("INTERNAL ERROR : EditFields not implemented"); } + ///Copies selected files + virtual void SaveAs(const std::vector& filenames) + { GimmickError("INTERNAL ERROR : SaveAs 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);