X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDicomRT_ROI.h;h=c1cf9778f2ca13838137b43b4b0f441ce32e6bfe;hb=e49162511fd226bd3b5299e472dbd4db803cd01a;hp=77b5204e042a0fd6f66b6d2a6da41b300080199f;hpb=d19739229c921a138efd284127266b42cb20bd17;p=clitk.git diff --git a/common/clitkDicomRT_ROI.h b/common/clitkDicomRT_ROI.h index 77b5204..c1cf977 100644 --- a/common/clitkDicomRT_ROI.h +++ b/common/clitkDicomRT_ROI.h @@ -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; }; //--------------------------------------------------------------------