18 #ifndef itkNumericSeriesFileNames_h
19 #define itkNumericSeriesFileNames_h
20 #include "ITKIOImageBaseExport.h"
94 itkSetStringMacro(SeriesFormat);
95 itkGetStringMacro(SeriesFormat);
100 const std::vector<std::string> &
107 PrintSelf(std::ostream & os,
Indent indent)
const override;
115 std::string m_SeriesFormat{};
117 std::vector<std::string> m_FileNames{};
121 #endif // itkNumericSeriesFileNames_h