]> Creatis software - clitk.git/blobdiff - vv/vvToolBinarize.h
- multiple inputs in vv
[clitk.git] / vv / vvToolBinarize.h
index 4b0721f1e8b5bf64280695b7e3a46e1922182f4b..e6abdfeaed4ad4ac714a25f505940216223ef8a2 100644 (file)
@@ -3,8 +3,8 @@
   Program:   vv
   Module:    $RCSfile: vvToolBinarize.h,v $
   Language:  C++
-  Date:      $Date: 2010/03/05 10:32:33 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2010/03/24 10:48:18 $
+  Version:   $Revision: 1.10 $
   Author :   David Sarrut (david.sarrut@creatis.insa-lyon.fr)
 
   Copyright (C) 2010
@@ -49,8 +49,8 @@ class vvToolBinarize:
 
   //-----------------------------------------------------
   static void Initialize();
-  void InputIsSet(bool b);
   void GetArgsInfoFromGUI();
+  virtual void InputIsSelected(vvSlicerManager * m);
 
   //-----------------------------------------------------
   public slots:
@@ -60,7 +60,6 @@ class vvToolBinarize:
   void valueChangedT1(double v);
   void valueChangedT2(double v);
   void UpdateSlice(int slicer,int slices);
-  void InputIsSelected(vvSlicerManager * m);
   void enableLowerThan(bool b);
   void useFGBGtoggled(bool);
   void InteractiveDisplayToggled(bool b);