]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_Contour.h
From Benoit P, use clitkDicomRTStruct2Image with image with direction cosine
[clitk.git] / common / clitkDicomRT_Contour.h
index ab6db0d27d37565f99dc4dacb6db80e3b04a9948..389bbdd8dcb800812d6a0b391d9f6ce713b1a317 100644 (file)
@@ -56,6 +56,8 @@ public:
   vtkPoints * GetPoints() {return mData;}
   double GetZ() const {return mZ;}
   void SetTransformMatrix(vtkMatrix4x4* matrix);
+  double GetTolerance();
+  void SetTolerance(double tol);
   
   
 protected:
@@ -70,6 +72,7 @@ protected:
   bool mMeshIsUpToDate;
   ///Z location of the contour
   double mZ;
+  double mTolerance;
   
 #if GDCM_MAJOR_VERSION >= 2
   gdcm::Item * mItem;