X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolROIManager.h;h=9cb993ad6f57dac5ab5b6185c54e64189bf487b9;hb=776f50aff3e47001b78e1c7dc4d51e789434f92a;hp=c69dc363cff92e5cafeb13d49822bb6838a486b9;hpb=d6a6a206c0a533a60519e9b3e82fba48d1240c3e;p=clitk.git diff --git a/vv/vvToolROIManager.h b/vv/vvToolROIManager.h index c69dc36..9cb993a 100644 --- a/vv/vvToolROIManager.h +++ b/vv/vvToolROIManager.h @@ -19,7 +19,8 @@ #ifndef VVTOOLROIMANAGER_H #define VVTOOLROIMANAGER_H -#include +#include +#include #include #include "vvToolBase.h" @@ -64,9 +65,10 @@ class vvToolROIManager: void ChangeContourWidth(int n); void ChangeDepth(int n); void AllVisibleROIToggled(int b); - void AllVisibleContourROIToggled(bool b); + void AllVisibleContourROIToggled(int b); void ReloadCurrentROI(); void close(); + void RemoveROI(); vvSlicerManager * GetCurrentSlicerManager() { return mCurrentSlicerManager; } protected: @@ -79,6 +81,7 @@ protected: int mNumberOfVisibleROI; int mNumberOfVisibleContourROI; + static int nbTotalROI; vtkSmartPointer mDefaultLUTColor;