]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_ROI.h
add memory usage info in panel (need libstatgrab)
[clitk.git] / common / clitkDicomRT_ROI.h
index 77b5204e042a0fd6f66b6d2a6da41b300080199f..c1cf9778f2ca13838137b43b4b0f441ce32e6bfe 100644 (file)
@@ -56,6 +56,9 @@ namespace clitk {
     void SetForegroundValueLabelImage(double bg);
     
     void SetImage(vvImage * im);
+    DicomRT_Contour* GetContour(int n);
+
+    double GetContourSpacing() const {return mZDelta;}
     
   protected:
     void ComputeMesh();
@@ -69,6 +72,8 @@ namespace clitk {
     vvImage::Pointer mImage;
     double mBackgroundValue;
     double mForegroundValue;
+    ///Spacing between two contours
+    double mZDelta;
   };
   //--------------------------------------------------------------------