VTK  9.5.20251016
vtkNonOverlappingAMRAlgorithm.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
11#ifndef vtkNonOverlappingAMRAlgorithm_h
12#define vtkNonOverlappingAMRAlgorithm_h
13
14#include "vtkCommonExecutionModelModule.h" // For export macro
16#include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
17
18VTK_ABI_NAMESPACE_BEGIN
20class vtkInformation;
21
22class VTKCOMMONEXECUTIONMODEL_EXPORT VTK_MARSHALAUTO vtkNonOverlappingAMRAlgorithm
24{
25public:
28 void PrintSelf(ostream& os, vtkIndent indent) override;
29
31
37
38protected:
41
43
46 int FillOutputPortInformation(int port, vtkInformation* info) override;
47 int FillInputPortInformation(int port, vtkInformation* info) override;
49
50private:
52 void operator=(const vtkNonOverlappingAMRAlgorithm&) = delete;
53};
54
55VTK_ABI_NAMESPACE_END
56#endif /* VTKNONOVERLAPPINGAMRALGORITHM_H_ */
a simple class to control print indentation
Definition vtkIndent.h:108
Store vtkAlgorithm input/output information.
produce vtkNonOverlappingAMR as output.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkNonOverlappingAMRAlgorithm * New()
vtkNonOverlappingAMR * GetOutput()
Get the output data object for a port on this algorithm.
vtkNonOverlappingAMR * GetOutput(int)
Get the output data object for a port on this algorithm.
int FillOutputPortInformation(int port, vtkInformation *info) override
See algorithm for more info.
int FillInputPortInformation(int port, vtkInformation *info) override
See algorithm for more info.
~vtkNonOverlappingAMRAlgorithm() override
A concrete instance of vtkAMRDataObject to store uniform grids at different levels of resolution that...
vtkUniformGridAMR as output.
#define VTK_MARSHALAUTO