X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIOWxGimmickView.h;h=63cddad25a342721988633af37b50f96756dcc5f;hb=bf3660569b1baa8be10fc708f595efc66afe3334;hp=f676eceb13a905e4b97b4859b054f228d47494a9;hpb=effdfb42412ad29eb0e9bc5619b2264bb2e282ef;p=creaImageIO.git diff --git a/src/creaImageIOWxGimmickView.h b/src/creaImageIOWxGimmickView.h index f676ece..63cddad 100644 --- a/src/creaImageIOWxGimmickView.h +++ b/src/creaImageIOWxGimmickView.h @@ -32,6 +32,7 @@ namespace creaImageIO public: typedef int EventType; + OutStrGimmick m_out; /// Ctor WxGimmickView(boost::shared_ptr, @@ -48,11 +49,15 @@ namespace creaImageIO ///(overloaded from GimmickView) void GetSelectedFiles(std::vector& s); + /// Returns the selected files in output structure + void getSelectedFiles(std::vector &outG, std::vector< std::string> out_infos, bool mult = false, const std::string out_model = ""); + /// Returns the selected Images so that they comply with the /// given parameter(4D) (overloaded from GimmickView) void GetSelectedImages(std::vector& s, int dim); void GetSelectedImagesInVector(std::vector& s, int dim); + /// Returns the images indicated by the filenames in the vector /// so that they comply with the given parameter(dim) //(overloaded from GimmickView)