]> Creatis software - clitk.git/blobdiff - vv/vvToolExtractLung.h
remove tools (now in tests_dav)
[clitk.git] / vv / vvToolExtractLung.h
index b45c75e2466917db6d05e048c798559717d36cba..5693ad4ccc5ea9be23f0de917710ca61da99696b 100644 (file)
@@ -3,7 +3,7 @@
 
   Authors belong to: 
   - University of LYON              http://www.universite-lyon.fr/
-  - Léon Bérard cancer center       http://oncora1.lyon.fnclcc.fr
+  - Léon Bérard cancer center       http://www.centreleonberard.fr
   - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
 
   This software is distributed WITHOUT ANY WARRANTY; without even
@@ -14,7 +14,7 @@
 
   - BSD        See included LICENSE.txt file
   - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-======================================================================-====*/
+===========================================================================**/
 
 #ifndef VVTOOLEXTRACTLUNG_H
 #define VVTOOLEXTRACTLUNG_H
@@ -47,21 +47,24 @@ class vvToolExtractLung:
   static void Initialize();
   virtual void InputIsSelected(vvSlicerManager *m);
   void GetArgsInfoFromGUI();
+  void SetGUIFromArgsInfo();
 
   //-----------------------------------------------------
 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<ArgsInfoType> FilterType;
-  FilterType::Pointer mFilter;
+  FilterType * mFilter;
   vvImage::Pointer mPatient;
   double mPatientBackgroundValue;
+  bool m_IsThreadInterrupted;
 
 }; // end class vvToolExtractLung
 //------------------------------------------------------------------------------