VTK  9.0.1
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  =========================================================================*/
23 #ifndef vtkOverlappingAMRAlgorithm_h
24 #define vtkOverlappingAMRAlgorithm_h
25 
26 #include "vtkCommonExecutionModelModule.h" // For export macro
28 
29 class vtkOverlappingAMR;
30 class vtkInformation;
31 
32 class VTKCOMMONEXECUTIONMODEL_EXPORT vtkOverlappingAMRAlgorithm : public vtkUniformGridAMRAlgorithm
33 {
34 public:
37  void PrintSelf(ostream& os, vtkIndent indent) override;
38 
40 
46 
47 protected:
49  ~vtkOverlappingAMRAlgorithm() override;
50 
52 
58 
59 private:
61  void operator=(const vtkOverlappingAMRAlgorithm&) = delete;
62 };
63 
64 #endif /* VTKOVERLAPPINGAMRALGORITHM_H_ */
A base class for all algorithms that take as input vtkOverlappingAMR and produce vtkOverlappingAMR.
Store vtkAlgorithm input/output information.
int FillInputPortInformation(int port, vtkInformation *info) override
See algorithm for more info.
a simple class to control print indentation
Definition: vtkIndent.h:33
int FillOutputPortInformation(int port, vtkInformation *info) override
See algorithm for more info.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
hierarchical dataset of vtkUniformGrids
static vtkUniformGridAMRAlgorithm * New()
vtkUniformGridAMR * GetOutput()
Get the output data object for a port on this algorithm.
vtkUniformGridAMR as output.