VTK  9.3.0
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 
18 VTK_ABI_NAMESPACE_BEGIN
19 class vtkUniformGridAMR;
20 class vtkInformation;
22 class vtkExecutive;
23 
24 class VTKCOMMONEXECUTIONMODEL_EXPORT vtkUniformGridAMRAlgorithm : public vtkAlgorithm
25 {
26 public:
29  void PrintSelf(ostream& os, vtkIndent indent) override;
30 
32 
38 
40 
46 
51  vtkInformationVector* outputVector) override;
52 
53 protected:
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 
97 
99 
105 
107 
108 private:
110  void operator=(const vtkUniformGridAMRAlgorithm&) = delete;
111 };
112 
113 VTK_ABI_NAMESPACE_END
114 #endif /* VTKUNIFORMGRIDAMRALGORITHM_H_ */
Superclass for all sources, filters, and sinks in VTK.
Definition: vtkAlgorithm.h:61
general representation of visualization data
Definition: vtkDataObject.h:64
Superclass for all pipeline executives in VTK.
Definition: vtkExecutive.h:48
a simple class to control print indentation
Definition: vtkIndent.h:38
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
vtkUniformGridAMR as output.
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.
vtkUniformGridAMR * GetOutput()
Get the output data object for a port on this algorithm.
void SetInputData(int, vtkDataObject *)
Set an input of this algorithm.
vtkExecutive * CreateDefaultExecutive() override
Create a default executive.
vtkUniformGridAMR * GetOutput(int)
Get the output data object for a port on this algorithm.
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
static vtkUniformGridAMRAlgorithm * New()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info) override
See algorithm for more info.
vtkDataObject * GetInput(int port)
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetInputData(vtkDataObject *)
Set an input of this algorithm.
a concrete implementation of vtkCompositeDataSet
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447
int vtkTypeBool
Definition: vtkABI.h:64