vtkAMRFileSeriesReader.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
3 
4 #ifndef vtkAMRFileSeriesReader_h
5 #define vtkAMRFileSeriesReader_h
6 
7 #include "vtkFileSeriesReader.h"
8 #include "vtkPVVTKExtensionsIOAMRModule.h" //needed for exports
9 
11 {
12 public:
13  static vtkAMRFileSeriesReader* New();
15  void PrintSelf(ostream& os, vtkIndent indent) override;
16 
17 protected:
18  int RequestInformation(vtkInformation* request, vtkInformationVector** inputVector,
19  vtkInformationVector* outputVector) override;
20 
22 
25 
26 private:
29  void operator=(const vtkAMRFileSeriesReader&) = delete;
30 };
31 
32 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
meta-reader to read file series
#define VTKPVVTKEXTENSIONSIOAMR_EXPORT
int RequestUpdateTime(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
virtual int RequestUpdateTimeDependentInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkFileSeriesReader * New()