28 #ifndef vtkImageFileSeriesReader_h 29 #define vtkImageFileSeriesReader_h 38 void PrintSelf(ostream& os, vtkIndent indent);
40 vtkSetMacro(ReadAsImageStack,
bool);
41 vtkGetMacro(ReadAsImageStack,
bool);
42 vtkBooleanMacro(ReadAsImageStack,
bool);
48 virtual int ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
54 void UpdateFileNames();
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
All pipeline passes are forwarded to the internal reader.
void PrintSelf(ostream &os, vtkIndent indent)
meta-reader to read file series
adds support for optionally reading image stacks.
static vtkFileSeriesReader * New()