]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_ROI.h
Removed warnings
[clitk.git] / common / clitkDicomRT_ROI.h
index 811735218d3327e982d873d71db1d301cc942dc0..f0be23d74e47777647dc6714cf512415ec2193a9 100644 (file)
@@ -60,7 +60,8 @@ public:
   DicomRT_Contour* GetContour(int n);
 
   // Compute a vtk mesh from the dicom contours
-  void ComputeMesh();
+  void ComputeMeshFromContour();
+  void ComputeContoursFromImage();
   
   // Indicate if the mesh is uptodate according to the dicom
   void SetDicomUptodateFlag(bool b) { m_DicomUptodateFlag = b; }
@@ -91,6 +92,7 @@ protected:
 #if GDCM_MAJOR_VERSION == 2
   gdcm::Item * mItemInfo;
   gdcm::Item * mItemContour;
+  gdcm::SmartPointer<gdcm::SequenceOfItems> mContoursSequenceOfItems;
 #endif
 
 private: