]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_Contour.h
minor fixes
[clitk.git] / common / clitkDicomRT_Contour.h
index 85ebe49b83d56d8034414e9e4c0131f77e1cbc47..3e9ad8cf4edb6be410a9a16fe94e7cd1b8ae1978 100644 (file)
@@ -39,6 +39,7 @@ namespace clitk {
     void Print(std::ostream & os = std::cout) const;
     bool Read(gdcm::SQItem * item);
     vtkPolyData * GetMesh();
+    vtkPoints * GetPoints() {return mData;}
     
   protected:
     void ComputeMesh();