]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_ROI.h
a few improvements to the struct library, flush for better debug with DD,
[clitk.git] / common / clitkDicomRT_ROI.h
index 5a30df865490a5c9273f0fe569fdb074413886ef..288d4d950e8a5c82dbb30c1f0c9ff2eb1ceee40b 100644 (file)
@@ -52,7 +52,11 @@ namespace clitk {
     double GetBackgroundValueLabelImage() const;
     void SetBackgroundValueLabelImage(double bg);
     
+    double GetForegroundValueLabelImage() const;
+    void SetForegroundValueLabelImage(double bg);
+    
     void SetImage(vvImage * im);
+    DicomRT_Contour* GetContour(int n);
     
   protected:
     void ComputeMesh();
@@ -65,6 +69,7 @@ namespace clitk {
     bool mMeshIsUpToDate;
     vvImage::Pointer mImage;
     double mBackgroundValue;
+    double mForegroundValue;
   };
   //--------------------------------------------------------------------