VTK
9.0.1
Filters
Geometry
vtkUniformGridGhostDataGenerator.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkUniformGridGhostDataGenerator.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
=========================================================================*/
49
#ifndef vtkUniformGridGhostDataGenerator_h
50
#define vtkUniformGridGhostDataGenerator_h
51
52
#include "
vtkDataSetGhostGenerator.h
"
53
#include "vtkFiltersGeometryModule.h"
// For export macro
54
55
// Forward declarations
56
class
vtkMultiBlockDataSet
;
57
class
vtkIndent
;
58
class
vtkStructuredGridConnectivity
;
59
60
class
VTKFILTERSGEOMETRY_EXPORT
vtkUniformGridGhostDataGenerator
:
public
vtkDataSetGhostGenerator
61
{
62
public
:
63
static
vtkUniformGridGhostDataGenerator
*
New
();
64
vtkTypeMacro(
vtkUniformGridGhostDataGenerator
,
vtkDataSetGhostGenerator
);
65
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
66
67
protected
:
68
vtkUniformGridGhostDataGenerator
();
69
~
vtkUniformGridGhostDataGenerator
()
override
;
70
74
void
ComputeOrigin(
vtkMultiBlockDataSet
* in);
75
79
void
ComputeGlobalSpacingVector(
vtkMultiBlockDataSet
* in);
80
84
void
RegisterGrids(
vtkMultiBlockDataSet
* in);
85
89
void
CreateGhostedDataSet(
vtkMultiBlockDataSet
* in,
vtkMultiBlockDataSet
* out);
90
94
void
GenerateGhostLayers
(
vtkMultiBlockDataSet
* in,
vtkMultiBlockDataSet
* out)
override
;
95
96
double
GlobalSpacing[3];
97
double
GlobalOrigin[3];
98
vtkStructuredGridConnectivity
*
GridConnectivity
;
99
100
private
:
101
vtkUniformGridGhostDataGenerator
(
const
vtkUniformGridGhostDataGenerator
&) =
delete
;
102
void
operator=(
const
vtkUniformGridGhostDataGenerator
&) =
delete
;
103
};
104
105
#endif
/* vtkUniformGridGhostDataGenerator_h */
vtkMultiBlockDataSetAlgorithm::New
static vtkMultiBlockDataSetAlgorithm * New()
vtkUniformGridGhostDataGenerator
Definition:
vtkUniformGridGhostDataGenerator.h:60
vtkMultiBlockDataSet
Composite dataset that organizes datasets into blocks.
Definition:
vtkMultiBlockDataSet.h:45
vtkDataSetGhostGenerator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkStructuredGridConnectivity
Definition:
vtkStructuredGridConnectivity.h:57
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkDataSetGhostGenerator::GenerateGhostLayers
virtual void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)=0
Generate ghost layers.
vtkDataSetGhostGenerator.h
vtkUniformGridGhostDataGenerator::GridConnectivity
vtkStructuredGridConnectivity * GridConnectivity
Definition:
vtkUniformGridGhostDataGenerator.h:98
vtkDataSetGhostGenerator
Definition:
vtkDataSetGhostGenerator.h:42
Generated on Thu Jun 24 2021 15:17:26 for VTK by
1.8.17