VTK  9.1.0
vtkOverlappingAMRAlgorithm.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOverlappingAMRAlgorithm.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  =========================================================================*/
21 #ifndef vtkOverlappingAMRAlgorithm_h
22 #define vtkOverlappingAMRAlgorithm_h
23 
24 #include "vtkCommonExecutionModelModule.h" // For export macro
26 
27 class vtkOverlappingAMR;
28 class vtkInformation;
29 
30 class VTKCOMMONEXECUTIONMODEL_EXPORT vtkOverlappingAMRAlgorithm : public vtkUniformGridAMRAlgorithm
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
38 
44 
45 protected:
48 
50 
56 
57 private:
59  void operator=(const vtkOverlappingAMRAlgorithm&) = delete;
60 };
61 
62 #endif /* VTKOVERLAPPINGAMRALGORITHM_H_ */
a simple class to control print indentation
Definition: vtkIndent.h:34
Store vtkAlgorithm input/output information.
A base class for all algorithms that take as input vtkOverlappingAMR and produce vtkOverlappingAMR.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkOverlappingAMRAlgorithm * New()
vtkOverlappingAMR * GetOutput()
Get the output data object for a port on this algorithm.
~vtkOverlappingAMRAlgorithm() override
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.
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453