]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_ROI.h
From Benoit P, use clitkDicomRTStruct2Image with image with direction cosine
[clitk.git] / common / clitkDicomRT_ROI.h
index b41793323bb67b1795da94f21050f75e3ab04b68..d7c5a9817085016cdfa5cd9ff19de3c172a132f2 100644 (file)
@@ -80,14 +80,14 @@ public:
 
   // Read from DICOM RT STRUCT
 #if GDCM_MAJOR_VERSION >= 2
-  bool Read(gdcm::Item * itemInfo, gdcm::Item * itemContour);
+  bool Read(gdcm::Item * itemInfo, gdcm::Item * itemContour, double tol);
   void UpdateDicomItem();
 #else
-  void Read(std::map<int, std::string> & rois, gdcm::SQItem * item);
+  void Read(std::map<int, std::string> & rois, gdcm::SQItem * item, double tol);
 #endif
 
 #if CLITK_USE_SYSTEM_GDCM == 1
-  void Read(vtkSmartPointer<vtkGDCMPolyDataReader> & reader, int roiindex);
+  void Read(vtkSmartPointer<vtkGDCMPolyDataReader> & reader, int roiindex, double tol);
 #endif
 
 protected: