X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vv%2FvvToolExtractLung.h;h=6ea8010ca0886c626c2c6b49eb16e0ad4176963c;hb=05faf03369aefc02b249d8b15cc1bb2aa89103f6;hp=b45c75e2466917db6d05e048c798559717d36cba;hpb=3e8098373d82c788bd7ca72fe270a6374728e074;p=clitk.git diff --git a/vv/vvToolExtractLung.h b/vv/vvToolExtractLung.h index b45c75e..6ea8010 100644 --- a/vv/vvToolExtractLung.h +++ b/vv/vvToolExtractLung.h @@ -53,15 +53,17 @@ public slots: virtual void apply(); virtual bool close(); void PatientMaskInputIsSelected(); + void ThreadInterrupted(); //----------------------------------------------------- protected: typedef args_info_clitkExtractLung ArgsInfoType; - ArgsInfoType mArgsInfo; + ArgsInfoType * mArgsInfo; typedef clitk::ExtractLungGenericFilter FilterType; - FilterType::Pointer mFilter; + FilterType * mFilter; vvImage::Pointer mPatient; double mPatientBackgroundValue; + bool m_IsThreadInterrupted; }; // end class vvToolExtractLung //------------------------------------------------------------------------------