]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_StructureSet.h
GDCM 1.x compatibility
[clitk.git] / common / clitkDicomRT_StructureSet.h
index 5e4cf972d0a158284d4d5e721865bb0bef5eb016..5761e14dc28e167bf13ae0d3e92b68c5b448cc12 100644 (file)
@@ -44,11 +44,12 @@ public:
   typedef itk::SmartPointer<Self> Pointer;
   itkNewMacro(Self);
 
-  typedef typename std::map<int, clitk::DicomRT_ROI::Pointer>::iterator ROIIteratorType;
-  typedef typename std::map<int, clitk::DicomRT_ROI::Pointer>::const_iterator ROIConstIteratorType;
+  typedef std::map<int, clitk::DicomRT_ROI::Pointer>::iterator ROIIteratorType;
+  typedef std::map<int, clitk::DicomRT_ROI::Pointer>::const_iterator ROIConstIteratorType;
 
   void Print(std::ostream & os = std::cout) const;
   void Read(const std::string & filename);
+  bool IsDicomRTStruct(const std::string & filename);
   void Write(const std::string & filename);
 
   clitk::DicomRT_ROI * GetROIFromROINumber(int n);