X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDicomRT_Contour.h;fp=common%2FclitkDicomRT_Contour.h;h=077599f29da2bc84024bdf04625b5b25d4c74cb0;hb=796954f9fff960cee1599e5a8960e0f424931900;hp=78a5bfde6519030fa4393eb0247a87319bb37047;hpb=80ae933047228d0164157aa4a25a3ed7b9c2eb7e;p=clitk.git diff --git a/common/clitkDicomRT_Contour.h b/common/clitkDicomRT_Contour.h index 78a5bfd..077599f 100644 --- a/common/clitkDicomRT_Contour.h +++ b/common/clitkDicomRT_Contour.h @@ -30,6 +30,7 @@ #include #include #include +#include namespace clitk { @@ -54,6 +55,7 @@ public: void SetMesh(vtkPolyData * mesh); vtkPoints * GetPoints() {return mData;} double GetZ() const {return mZ;} + void SetTransformMatrix(vtkMatrix4x4* matrix); protected: @@ -64,6 +66,7 @@ protected: vtkSmartPointer mData; vtkSmartPointer mMesh; vtkSmartPointer mPoints; + vtkSmartPointer mTransformMatrix; bool mMeshIsUpToDate; ///Z location of the contour double mZ;