]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_Contour.h
Merge branch 'master' of /home/dsarrut/clitk3.server
[clitk.git] / common / clitkDicomRT_Contour.h
index 53a18755c61a47cb4b125d4a6adc389ff52fa68a..0484da6c3c0301517089e37874f3f30c0f46b938 100644 (file)
@@ -4,7 +4,7 @@
 
   Authors belongs to: 
   - University of LYON           http://www.universite-lyon.fr/
-  - Léon Bérard cancer center    http://oncora1.lyon.fnclcc.fr
+  - Léon Bérard cancer center    http://www.centreleonberard.fr
   - CREATIS CNRS laboratory      http://www.creatis.insa-lyon.fr
 
   This software is distributed WITHOUT ANY WARRANTY; without even
@@ -43,6 +43,7 @@ public:
 
   void Print(std::ostream & os = std::cout) const;
 #if GDCM_MAJOR_VERSION == 2
+  bool Read(gdcm::Item const & item);
 #else
   bool Read(gdcm::SQItem * item);
 #endif