]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_ROI.h
Mathieu Malaterre :
[clitk.git] / common / clitkDicomRT_ROI.h
index b05b9d65e9a51bd70a81ecba65683becff3eeccd..8a24b47fc83f45080f2ccb7d327064e873720506 100644 (file)
@@ -35,7 +35,10 @@ public:
   itkNewMacro(Self);
 
   void Print(std::ostream & os = std::cout) const;
+#if GDCM_MAJOR_VERSION == 2
+#else
   void Read(std::map<int, std::string> & rois, gdcm::SQItem * item);
+#endif
   void SetFromBinaryImage(vvImage * image, int n, 
         std::string name, 
         std::vector<double> color,