vtkAMRFileSeriesReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkFileSeriesReader.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 =========================================================================*/
15 
16 #ifndef vtkAMRFileSeriesReader_h
17 #define vtkAMRFileSeriesReader_h
18 
19 #include "vtkFileSeriesReader.h"
20 #include "vtkPVVTKExtensionsIOAMRModule.h" //needed for exports
21 
23 {
24 public:
25  static vtkAMRFileSeriesReader* New();
27  void PrintSelf(ostream& os, vtkIndent indent) override;
28 
29 protected:
30  int RequestInformation(vtkInformation* request, vtkInformationVector** inputVector,
31  vtkInformationVector* outputVector) override;
32 
34 
37 
38 private:
41  void operator=(const vtkAMRFileSeriesReader&) = delete;
42 };
43 
44 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
meta-reader to read file series
virtual int RequestUpdateTime(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define VTKPVVTKEXTENSIONSIOAMR_EXPORT
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
virtual int RequestUpdateTimeDependentInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkFileSeriesReader * New()