vtkTimeStepProgressFilter.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
12 #ifndef vtkTimeStepProgressFilter_h
13 #define vtkTimeStepProgressFilter_h
14 
15 #include "vtkPVVTKExtensionsFiltersGeneralModule.h" //needed for exports
16 #include "vtkTableAlgorithm.h"
17 
19 {
20 public:
23  void PrintSelf(ostream& os, vtkIndent indent) override;
24 
25 protected:
27  ~vtkTimeStepProgressFilter() override;
28 
29  int FillInputPortInformation(int port, vtkInformation* info) override;
30  int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
31  vtkInformationVector* outputVector) override;
32 
33  int RequestInformation(vtkInformation* request, vtkInformationVector** inputVector,
34  vtkInformationVector* outputVector) override;
35 
36  double TimeRange[2];
37  double* TimeSteps;
40 
41 private:
43  void operator=(const vtkTimeStepProgressFilter&) = delete;
44 };
45 
46 #endif
static vtkTableAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
This filter can be attached to any filter/source/reader that supports time.
virtual int FillInputPortInformation(int port, vtkInformation *info)
#define VTKPVVTKEXTENSIONSFILTERSGENERAL_EXPORT
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void operator=(const vtkObjectBase &)