VTK  9.2.6
vtkUniformGridAMRAlgorithm.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkUniformGridAMRAlgorithm.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14 =========================================================================*/
23
24#ifndef vtkUniformGridAMRAlgorithm_h
25#define vtkUniformGridAMRAlgorithm_h
26
27#include "vtkAlgorithm.h"
28#include "vtkCommonExecutionModelModule.h" // For export macro
29
31class vtkInformation;
33class vtkExecutive;
34
35class VTKCOMMONEXECUTIONMODEL_EXPORT vtkUniformGridAMRAlgorithm : public vtkAlgorithm
36{
37public:
40 void PrintSelf(ostream& os, vtkIndent indent) override;
41
43
49
51
57
62 vtkInformationVector* outputVector) override;
63
64protected:
67
76
85
91 {
92 return 1;
93 }
94
103
108
110
113 int FillOutputPortInformation(int port, vtkInformation* info) override;
114 int FillInputPortInformation(int port, vtkInformation* info) override;
116
118
119private:
121 void operator=(const vtkUniformGridAMRAlgorithm&) = delete;
122};
123
124#endif /* VTKUNIFORMGRIDAMRALGORITHM_H_ */
general representation of visualization data
Superclass for all pipeline executives in VTK.
a simple class to control print indentation
Definition vtkIndent.h:34
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
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
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:69