VTK
9.0.1
Filters
Geometry
vtkStructuredGridGhostDataGenerator.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkStructuredGridGhostDataGenerator.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
=========================================================================*/
48
#ifndef vtkStructuredGridGhostDataGenerator_h
49
#define vtkStructuredGridGhostDataGenerator_h
50
51
#include "
vtkDataSetGhostGenerator.h
"
52
#include "vtkFiltersGeometryModule.h"
// For export macro
53
54
// Forward declarations
55
class
vtkMultiBlockDataSet
;
56
class
vtkIndent
;
57
class
vtkStructuredGridConnectivity
;
58
59
class
VTKFILTERSGEOMETRY_EXPORT
vtkStructuredGridGhostDataGenerator
60
:
public
vtkDataSetGhostGenerator
61
{
62
public
:
63
static
vtkStructuredGridGhostDataGenerator
*
New
();
64
vtkTypeMacro(
vtkStructuredGridGhostDataGenerator
,
vtkDataSetGhostGenerator
);
65
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
66
67
protected
:
68
vtkStructuredGridGhostDataGenerator
();
69
~
vtkStructuredGridGhostDataGenerator
()
override
;
70
74
void
RegisterGrids(
vtkMultiBlockDataSet
* in);
75
79
void
CreateGhostedDataSet(
vtkMultiBlockDataSet
* in,
vtkMultiBlockDataSet
* out);
80
84
void
GenerateGhostLayers
(
vtkMultiBlockDataSet
* in,
vtkMultiBlockDataSet
* out)
override
;
85
86
vtkStructuredGridConnectivity
*
GridConnectivity
;
87
88
private
:
89
vtkStructuredGridGhostDataGenerator
(
const
vtkStructuredGridGhostDataGenerator
&) =
delete
;
90
void
operator=(
const
vtkStructuredGridGhostDataGenerator
&) =
delete
;
91
};
92
93
#endif
/* vtkStructuredGridGhostDataGenerator_h */
vtkStructuredGridGhostDataGenerator
Definition:
vtkStructuredGridGhostDataGenerator.h:59
vtkMultiBlockDataSetAlgorithm::New
static vtkMultiBlockDataSetAlgorithm * New()
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
vtkDataSetGhostGenerator
Definition:
vtkDataSetGhostGenerator.h:42
vtkStructuredGridGhostDataGenerator::GridConnectivity
vtkStructuredGridConnectivity * GridConnectivity
Definition:
vtkStructuredGridGhostDataGenerator.h:86
Generated on Thu Jun 25 2020 08:30:40 for VTK by
1.8.17