]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_StructureSet.h
Change GetROI by GetROIFromROINumber
[clitk.git] / common / clitkDicomRT_StructureSet.h
index 84d74860f042b241b807513f4dcfce600df03d7b..0da3a20c964d2dfb4b9c0dac78ece1d6b4eacbc3 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
@@ -36,6 +36,7 @@ public:
 
   void Print(std::ostream & os = std::cout) const;
   void Read(const std::string & filename);
+  void Write(const std::string & filename);
 
   const std::vector<DicomRT_ROI::Pointer> & GetListOfROI() const;
   clitk::DicomRT_ROI * GetROI(int n);