X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolROIManager.h;h=9cb993ad6f57dac5ab5b6185c54e64189bf487b9;hb=cbe5a471e16307e956e4cf5653a61cd5d83c4ee3;hp=c69dc363cff92e5cafeb13d49822bb6838a486b9;hpb=3a823a03d4a2217e41e4dd3b05a8ea825bb762a5;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;