VTK
dox
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
=========================================================================*/
51
#ifndef vtkStructuredGridGhostDataGenerator_h
52
#define vtkStructuredGridGhostDataGenerator_h
53
54
#include "vtkFiltersGeometryModule.h"
// For export macro
55
#include "
vtkDataSetGhostGenerator.h
"
56
57
// Forward declarations
58
class
vtkMultiBlockDataSet
;
59
class
vtkIndent
;
60
class
vtkStructuredGridConnectivity
;
61
62
class
VTKFILTERSGEOMETRY_EXPORT
vtkStructuredGridGhostDataGenerator
:
63
public
vtkDataSetGhostGenerator
64
{
65
public
:
66
static
vtkStructuredGridGhostDataGenerator
*
New
();
67
vtkTypeMacro(
vtkStructuredGridGhostDataGenerator
,
vtkDataSetGhostGenerator
);
68
void
PrintSelf
(ostream &os,
vtkIndent
indent)
override
;
69
70
protected
:
71
vtkStructuredGridGhostDataGenerator
();
72
~
vtkStructuredGridGhostDataGenerator
()
override
;
73
77
void
RegisterGrids(
vtkMultiBlockDataSet
*in);
78
82
void
CreateGhostedDataSet(
83
vtkMultiBlockDataSet
*in,
84
vtkMultiBlockDataSet
*out );
85
89
void
GenerateGhostLayers
(
90
vtkMultiBlockDataSet
*in,
vtkMultiBlockDataSet
*out)
override
;
91
92
vtkStructuredGridConnectivity
*
GridConnectivity
;
93
private
:
94
vtkStructuredGridGhostDataGenerator
(
const
vtkStructuredGridGhostDataGenerator
&) =
delete
;
95
void
operator=(
const
vtkStructuredGridGhostDataGenerator
&) =
delete
;
96
};
97
98
#endif
/* vtkStructuredGridGhostDataGenerator_h */
vtkStructuredGridGhostDataGenerator
Definition:
vtkStructuredGridGhostDataGenerator.h:62
vtkMultiBlockDataSetAlgorithm::New
static vtkMultiBlockDataSetAlgorithm * New()
vtkMultiBlockDataSet
Composite dataset that organizes datasets into blocks.
Definition:
vtkMultiBlockDataSet.h:51
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:60
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
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:92
Generated by
1.8.16