VTK
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  =========================================================================*/
26 #ifndef vtkOverlappingAMRAlgorithm_h
27 #define vtkOverlappingAMRAlgorithm_h
28 
29 #include "vtkCommonExecutionModelModule.h" // For export macro
31 
32 class vtkOverlappingAMR;
33 class vtkInformation;
34 
35 class VTKCOMMONEXECUTIONMODEL_EXPORT vtkOverlappingAMRAlgorithm :
37 {
38  public:
41  void PrintSelf(ostream& os, vtkIndent indent) override;
42 
44 
50 
51  protected:
54 
56 
62 
63  private:
65  void operator=(const vtkOverlappingAMRAlgorithm&) = delete;
66 };
67 
68 #endif /* VTKOVERLAPPINGAMRALGORITHM_H_ */
vtkUniformGridAMRAlgorithm
vtkUniformGridAMR as output.
Definition: vtkUniformGridAMRAlgorithm.h:36
vtkOverlappingAMRAlgorithm::New
static vtkOverlappingAMRAlgorithm * New()
vtkOverlappingAMRAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkOverlappingAMRAlgorithm::~vtkOverlappingAMRAlgorithm
~vtkOverlappingAMRAlgorithm() override
vtkOverlappingAMRAlgorithm::FillOutputPortInformation
int FillOutputPortInformation(int port, vtkInformation *info) override
See algorithm for more info.
vtkUniformGridAMRAlgorithm.h
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkOverlappingAMRAlgorithm::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkOverlappingAMRAlgorithm::GetOutput
vtkOverlappingAMR * GetOutput(int)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkOverlappingAMRAlgorithm
A base class for all algorithms that take as input vtkOverlappingAMR and produce vtkOverlappingAMR.
Definition: vtkOverlappingAMRAlgorithm.h:37
vtkOverlappingAMRAlgorithm::vtkOverlappingAMRAlgorithm
vtkOverlappingAMRAlgorithm()
vtkOverlappingAMR
hierarchical dataset of vtkUniformGrids
Definition: vtkOverlappingAMR.h:47
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkOverlappingAMRAlgorithm::GetOutput
vtkOverlappingAMR * GetOutput()
Get the output data object for a port on this algorithm.