18 #ifndef itkNumericSeriesFileNames_h
19 #define itkNumericSeriesFileNames_h
20 #include "ITKIOImageBaseExport.h"
92 itkSetStringMacro(SeriesFormat);
93 itkGetStringMacro(SeriesFormat);
98 const std::vector< std::string > & GetFileNames();
103 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
107 void operator=(
const Self &);
120 #endif // itkNumericSeriesFileNames_h
Light weight base class for most itk classes.
Generate an ordered sequence of filenames.
std::string m_SeriesFormat
SizeValueType m_IncrementIndex
SizeValueType m_StartIndex
std::vector< std::string > m_FileNames
unsigned long SizeValueType
~NumericSeriesFileNames()
NumericSeriesFileNames Self
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
Base class for most ITK classes.