VTK
dox
Common
ExecutionModel
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
27
#include "
vtkUniformGridAMRAlgorithm.h
"
28
29
class
vtkOverlappingAMR
;
30
class
vtkInformation
;
31
32
class
VTKCOMMONEXECUTIONMODEL_EXPORT
vtkOverlappingAMRAlgorithm
:
33
public
vtkUniformGridAMRAlgorithm
34
{
35
public
:
36
static
vtkOverlappingAMRAlgorithm
*
New
();
37
vtkTypeMacro(
vtkOverlappingAMRAlgorithm
,
vtkUniformGridAMRAlgorithm
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
39
41
44
vtkOverlappingAMR
*
GetOutput
();
45
vtkOverlappingAMR
*
GetOutput
(
int
);
47
48
protected
:
49
vtkOverlappingAMRAlgorithm
();
50
~
vtkOverlappingAMRAlgorithm
()
override
;
51
53
56
int
FillOutputPortInformation
(
int
port
,
vtkInformation
*
info
)
override
;
57
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
)
override
;
59
60
private
:
61
vtkOverlappingAMRAlgorithm
(
const
vtkOverlappingAMRAlgorithm
&) =
delete
;
62
void
operator=(
const
vtkOverlappingAMRAlgorithm
&) =
delete
;
63
};
64
65
#endif
/* VTKOVERLAPPINGAMRALGORITHM_H_ */
vtkUniformGridAMRAlgorithm
Definition:
vtkUniformGridAMRAlgorithm.h:35
vtkUniformGridAMRAlgorithm::New
static vtkUniformGridAMRAlgorithm * New()
vtkUniformGridAMRAlgorithm.h
vtkX3D::port
Definition:
vtkX3D.h:447
vtkUniformGridAMRAlgorithm::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkUniformGridAMRAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkOverlappingAMRAlgorithm
Definition:
vtkOverlappingAMRAlgorithm.h:32
vtkOverlappingAMR
hierarchical dataset of vtkUniformGrids
Definition:
vtkOverlappingAMR.h:40
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:80
vtkUniformGridAMRAlgorithm::GetOutput
vtkUniformGridAMR * GetOutput()
Get the output data object for a port on this algorithm.
vtkX3D::info
Definition:
vtkX3D.h:376
vtkUniformGridAMRAlgorithm::FillOutputPortInformation
int FillOutputPortInformation(int port, vtkInformation *info) override
See algorithm for more info.
Generated by
1.8.16