18 #ifndef __itkRegularExpressionSeriesFileNames_h
19 #define __itkRegularExpressionSeriesFileNames_h
91 itkSetStringMacro(RegularExpression);
92 itkGetStringMacro(RegularExpression);
97 itkSetMacro(SubMatch,
unsigned int);
98 itkGetConstMacro(SubMatch,
unsigned int);
104 itkSetMacro(NumericSort,
bool);
105 itkGetConstMacro(NumericSort,
bool);
106 itkBooleanMacro(NumericSort);
111 const std::vector< std::string > & GetFileNames();
117 m_NumericSort(false),
118 m_RegularExpression(
".*\\.([0-9]+)")
121 void PrintSelf(std::ostream & os,
Indent indent)
const;
125 void operator=(
const Self &);
136 #endif // __itkRegularExpressionSeriesFileNames_h