VTK  9.3.20240422
vtkOverlappingAMRAlgorithm.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 vtkOverlappingAMRAlgorithm_h
13#define vtkOverlappingAMRAlgorithm_h
14
15#include "vtkCommonExecutionModelModule.h" // For export macro
17
18VTK_ABI_NAMESPACE_BEGIN
20class vtkInformation;
21
22class VTKCOMMONEXECUTIONMODEL_EXPORT vtkOverlappingAMRAlgorithm : public vtkUniformGridAMRAlgorithm
23{
24public:
27 void PrintSelf(ostream& os, vtkIndent indent) override;
28
30
36
37protected:
40
42
45 int FillOutputPortInformation(int port, vtkInformation* info) override;
46 int FillInputPortInformation(int port, vtkInformation* info) override;
48
49private:
51 void operator=(const vtkOverlappingAMRAlgorithm&) = delete;
52};
53
54VTK_ABI_NAMESPACE_END
55#endif /* VTKOVERLAPPINGAMRALGORITHM_H_ */
a simple class to control print indentation
Definition vtkIndent.h:108
Store vtkAlgorithm input/output information.
A base class for all algorithms that take as input vtkOverlappingAMR and produce vtkOverlappingAMR.
vtkOverlappingAMR * GetOutput()
Get the output data object for a port on this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkOverlappingAMRAlgorithm() override
static vtkOverlappingAMRAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
See algorithm for more info.
int FillOutputPortInformation(int port, vtkInformation *info) override
See algorithm for more info.
vtkOverlappingAMR * GetOutput(int)
Get the output data object for a port on this algorithm.
hierarchical dataset of vtkUniformGrids
vtkUniformGridAMR as output.