VTK  9.3.1
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 
35  vtkUniformGridAMR* GetOutput();
36  vtkUniformGridAMR* GetOutput(int);
38 
40 
43  void SetInputData(vtkDataObject*);
44  void SetInputData(int, vtkDataObject*);
46 
51  vtkInformationVector* outputVector) override;
52 
53 protected:
55  ~vtkUniformGridAMRAlgorithm() override;
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 
103  int FillInputPortInformation(int port, vtkInformation* info) override;
105 
106  vtkDataObject* GetInput(int port);
107 
108 private:
110  void operator=(const vtkUniformGridAMRAlgorithm&) = delete;
111 };
112 
113 VTK_ABI_NAMESPACE_END
114 #endif /* VTKUNIFORMGRIDAMRALGORITHM_H_ */
virtual vtkExecutive * CreateDefaultExecutive()
Create a default executive.
Store vtkAlgorithm input/output information.
Superclass for all pipeline executives in VTK.
Definition: vtkExecutive.h:38
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int vtkTypeBool
Definition: vtkABI.h:64
virtual vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
Superclass for all sources, filters, and sinks in VTK.
Definition: vtkAlgorithm.h:51
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
a simple class to control print indentation
Definition: vtkIndent.h:28
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Store zero or more vtkInformation instances.
static vtkAlgorithm * New()
vtkUniformGridAMR as output.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
general representation of visualization data
Definition: vtkDataObject.h:54
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a concrete implementation of vtkCompositeDataSet