]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_ROI.h
FG and BG values
[clitk.git] / common / clitkDicomRT_ROI.h
index 5a30df865490a5c9273f0fe569fdb074413886ef..77b5204e042a0fd6f66b6d2a6da41b300080199f 100644 (file)
@@ -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;
   };
   //--------------------------------------------------------------------