18#ifndef itkRegularExpressionSeriesFileNames_h
19#define itkRegularExpressionSeriesFileNames_h
20#include "ITKIOImageBaseExport.h"
95 itkSetStringMacro(RegularExpression);
96 itkGetStringMacro(RegularExpression);
101 itkSetMacro(SubMatch,
unsigned int);
102 itkGetConstMacro(SubMatch,
unsigned int);
108 itkSetMacro(NumericSort,
bool);
109 itkGetConstMacro(NumericSort,
bool);
110 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....