X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDicomRT_ROI.h;h=77b5204e042a0fd6f66b6d2a6da41b300080199f;hb=106482d2d2ea83afbc1aa973c496bb89e873d920;hp=5a30df865490a5c9273f0fe569fdb074413886ef;hpb=0f41173383ece2736e285fb44e8b06569bd8d201;p=clitk.git diff --git a/common/clitkDicomRT_ROI.h b/common/clitkDicomRT_ROI.h index 5a30df8..77b5204 100644 --- a/common/clitkDicomRT_ROI.h +++ b/common/clitkDicomRT_ROI.h @@ -52,6 +52,9 @@ namespace clitk { double GetBackgroundValueLabelImage() const; void SetBackgroundValueLabelImage(double bg); + double GetForegroundValueLabelImage() const; + void SetForegroundValueLabelImage(double bg); + void SetImage(vvImage * im); protected: @@ -65,6 +68,7 @@ namespace clitk { bool mMeshIsUpToDate; vvImage::Pointer mImage; double mBackgroundValue; + double mForegroundValue; }; //--------------------------------------------------------------------