18 #ifndef itkNumericSeriesFileNames_h
19 #define itkNumericSeriesFileNames_h
20 #include "ITKIOImageBaseExport.h"
94 itkSetStringMacro(SeriesFormat);
95 itkGetStringMacro(SeriesFormat);
100 const std::vector< std::string > & GetFileNames();
105 void PrintSelf(std::ostream & os,
Indent indent)
const override;
119 #endif // itkNumericSeriesFileNames_h
Light weight base class for most itk classes.
unsigned long SizeValueType
Generate an ordered sequence of filenames.
std::string m_SeriesFormat
std::vector< std::string > m_FileNames
Control indentation during Print() invocation.
Base class for most ITK classes.