18 #ifndef __itkImageSeriesReader_h
19 #define __itkImageSeriesReader_h
43 template<
class TOutputImage >
59 typedef typename TOutputImage::SizeType
SizeType;
82 if ( m_FileNames != name )
97 void SetFileName(std::string
const & name)
100 m_FileNames.push_back(name);
107 void AddFileName(std::string
const & name)
109 m_FileNames.push_back(name);
116 itkSetMacro(ReverseOrder,
bool);
117 itkGetConstMacro(ReverseOrder,
bool);
118 itkBooleanMacro(ReverseOrder);
138 itkSetMacro(MetaDataDictionaryArrayUpdate,
bool);
139 itkGetConstMacro(MetaDataDictionaryArrayUpdate,
bool);
140 itkBooleanMacro(MetaDataDictionaryArrayUpdate);
144 virtual void GenerateOutputInformation(
void);
151 virtual void EnlargeOutputRequestedRegion(
DataObject *output);
155 DictionaryArrayRawPointer GetMetaDataDictionaryArray()
const;
158 itkSetMacro(UseStreaming,
bool);
159 itkGetConstReferenceMacro(UseStreaming,
bool);
160 itkBooleanMacro(UseStreaming);
165 m_UseStreaming(true), m_MetaDataDictionaryArrayUpdate(true) {}
167 void PrintSelf(std::ostream & os,
Indent indent)
const;
170 virtual void GenerateData();
196 void operator=(
const Self &);
200 int ComputeMovingDimensionIndex(
ReaderType *reader);
210 #ifndef ITK_MANUAL_INSTANTIATION
211 #include "itkImageSeriesReader.hxx"
214 #endif // __itkImageSeriesReader_h