vtkImageFileSeriesReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkImageFileSeriesReader.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
28 #ifndef vtkImageFileSeriesReader_h
29 #define vtkImageFileSeriesReader_h
30 
31 #include "vtkFileSeriesReader.h"
32 #include "vtkPVVTKExtensionsIOImageModule.h" //needed for exports
33 
35 {
36 public:
37  static vtkImageFileSeriesReader* New();
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
41  vtkSetMacro(ReadAsImageStack, bool);
42  vtkGetMacro(ReadAsImageStack, bool);
43  vtkBooleanMacro(ReadAsImageStack, bool);
44 
46 
52 
53 protected:
55  ~vtkImageFileSeriesReader() override;
56 
58 
63  virtual void UpdateReaderDataExtent();
65 
66  void UpdateFileNames();
67 
69 
70 private:
72  void operator=(const vtkImageFileSeriesReader&) = delete;
73 };
74 
75 #endif
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
All pipeline passes are forwarded to the internal reader.
void PrintSelf(ostream &os, vtkIndent indent) override
meta-reader to read file series
#define VTKPVVTKEXTENSIONSIOIMAGE_EXPORT
adds support for optionally reading image stacks.
static vtkFileSeriesReader * New()