//--------------------------------------------------------------------
+//--------------------------------------------------------------------
+void clitk::DicomRT_StructureSet::Write(const std::string & filename)
+{
+#if GDCM_MAJOR_VERSION == 2
+ DD("WRITE TODO");
+#else
+ FATAL("Sorry not compatible with GDCM1, use GDCM2");
+#endif
+}
+//--------------------------------------------------------------------
+
+
//--------------------------------------------------------------------
void clitk::DicomRT_StructureSet::Read(const std::string & filename)
{
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);