]> Creatis software - clitk.git/blobdiff - vv/vvROIActor.h
manage a ROI actor
[clitk.git] / vv / vvROIActor.h
index f6a7b2f4d773d11b784f3e176818222beaf0b78b..52142bb6b930b09ac698b71d64e59ba406d441a8 100644 (file)
@@ -50,6 +50,7 @@ class vvROIActor: public QObject {
   int GetContourWidth() { return mContourWidth; }
   void SetContourColor(double r, double v, double b);
   std::vector<double> & GetContourColor();
+  void SetBGMode(bool b) { m_modeBG = b; }
 
 public slots:
   void UpdateSlice(int slicer, int slices);
@@ -68,6 +69,7 @@ public slots:
   bool mIsSelected;
   int mContourWidth;
   std::vector<double> mContourColor;
+  bool m_modeBG;
 
 }; // end class vvROIActor
 //------------------------------------------------------------------------------