18#ifndef itkRegularExpressionSeriesFileNames_h
19#define itkRegularExpressionSeriesFileNames_h
20#include "ITKIOImageBaseExport.h"
94 itkSetStringMacro(RegularExpression);
95 itkGetStringMacro(RegularExpression);
100 itkSetMacro(SubMatch,
unsigned int);
101 itkGetConstMacro(SubMatch,
unsigned int);
107 itkSetMacro(NumericSort,
bool);
108 itkGetConstMacro(NumericSort,
bool);
109 itkBooleanMacro(NumericSort);
114 const std::vector<std::string> &
Portable directory/filename traversal.
Control indentation during Print() invocation.
void PrintSelf(std::ostream &os, Indent indent) const override
const std::vector< std::string > & GetFileNames()
RegularExpressionSeriesFileNames Self
~RegularExpressionSeriesFileNames() override=default
RegularExpressionSeriesFileNames()
std::string m_RegularExpression
SmartPointer< Self > Pointer
std::vector< std::string > m_FileNames
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....