]> Creatis software - clitk.git/blobdiff - common/clitkImage2DicomRTStructFilter.h
Add define to avoir vtk warning on mac
[clitk.git] / common / clitkImage2DicomRTStructFilter.h
index d570934d046f96f2d9f0e39ba4a8e180c44ad1f9..b6a74b2fe7829ff7fb59b7cce19b0c343f0427a1 100644 (file)
@@ -47,6 +47,7 @@ namespace clitk {
     itkSetMacro(OutputFilename, std::string);
     void SetROIType(std::string type);
     itkSetMacro(ThresholdValue, PixelType);
+    itkSetMacro(SkipInitialStructuresFlag, bool);
     
     // Run filter
     void Update();    
@@ -58,6 +59,7 @@ namespace clitk {
     std::string m_ROIType;
     PixelType m_ThresholdValue;
     std::vector<std::string> m_InputFilenames;
+    bool m_SkipInitialStructuresFlag;
   };
   //--------------------------------------------------------------------