X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvROIActor.h;h=52142bb6b930b09ac698b71d64e59ba406d441a8;hb=558ee3aac5989966a5695cf1ab361317bccfcc4a;hp=a7cbd5c03d62d7872c8244f3e302757f73ca4895;hpb=0d2c2b622e94b353cef04e5bd39d9f8de7b0d6a7;p=clitk.git diff --git a/vv/vvROIActor.h b/vv/vvROIActor.h index a7cbd5c..52142bb 100644 --- a/vv/vvROIActor.h +++ b/vv/vvROIActor.h @@ -50,10 +50,12 @@ class vvROIActor: public QObject { int GetContourWidth() { return mContourWidth; } void SetContourColor(double r, double v, double b); std::vector & GetContourColor(); + void SetBGMode(bool b) { m_modeBG = b; } public slots: void UpdateSlice(int slicer, int slices); void UpdateColor(); + void UpdateImage(); protected: clitk::DicomRT_ROI * mROI; @@ -67,6 +69,7 @@ public slots: bool mIsSelected; int mContourWidth; std::vector mContourColor; + bool m_modeBG; }; // end class vvROIActor //------------------------------------------------------------------------------