VTK  9.3.20240422
vtkUniformGridAMRAlgorithm.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
12#ifndef vtkUniformGridAMRAlgorithm_h
13#define vtkUniformGridAMRAlgorithm_h
14
15#include "vtkAlgorithm.h"
16#include "vtkCommonExecutionModelModule.h" // For export macro
17
18VTK_ABI_NAMESPACE_BEGIN
20class vtkInformation;
22class vtkExecutive;
23
24class VTKCOMMONEXECUTIONMODEL_EXPORT vtkUniformGridAMRAlgorithm : public vtkAlgorithm
25{
26public:
29 void PrintSelf(ostream& os, vtkIndent indent) override;
30
32
38
40
46
51 vtkInformationVector* outputVector) override;
52
53protected:
56
62 {
63 return 1;
64 }
65
71 {
72 return 1;
73 }
74
80 {
81 return 1;
82 }
83
89 {
90 return 1;
91 }
92
94 {
95 return 1;
96 }
97
102
104
107 int FillOutputPortInformation(int port, vtkInformation* info) override;
108 int FillInputPortInformation(int port, vtkInformation* info) override;
110
112
113private:
115 void operator=(const vtkUniformGridAMRAlgorithm&) = delete;
116};
117
118VTK_ABI_NAMESPACE_END
119#endif /* VTKUNIFORMGRIDAMRALGORITHM_H_ */
Superclass for all sources, filters, and sinks in VTK.
general representation of visualization data
Superclass for all pipeline executives in VTK.
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
vtkUniformGridAMR as output.
vtkUniformGridAMR * GetOutput()
Get the output data object for a port on this algorithm.
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
See vtkAlgorithm for details.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetInputData(int, vtkDataObject *)
Set an input of this algorithm.
vtkExecutive * CreateDefaultExecutive() override
Create a default executive.
static vtkUniformGridAMRAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int FillOutputPortInformation(int port, vtkInformation *info) override
See algorithm for more info.
~vtkUniformGridAMRAlgorithm() override
virtual int RequestUpdateTime(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkUniformGridAMR * GetOutput(int)
Get the output data object for a port on this algorithm.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info) override
See algorithm for more info.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetInputData(vtkDataObject *)
Set an input of this algorithm.
vtkDataObject * GetInput(int port)
a concrete implementation of vtkCompositeDataSet
int vtkTypeBool
Definition vtkABI.h:64