VTK
9.0.20210123
Filters
ParallelGeometry
vtkPStructuredGridGhostDataGenerator.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPStructuredGridGhostDataGenerator.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
=========================================================================*/
50
#ifndef vtkPStructuredGridGhostDataGenerator_h
51
#define vtkPStructuredGridGhostDataGenerator_h
52
53
#include "vtkFiltersParallelGeometryModule.h"
// For export macro
54
#include "
vtkPDataSetGhostGenerator.h
"
55
56
class
vtkMultiBlockDataSet
;
57
class
vtkIndent
;
58
class
vtkPStructuredGridConnectivity
;
59
60
class
VTKFILTERSPARALLELGEOMETRY_EXPORT
vtkPStructuredGridGhostDataGenerator
61
:
public
vtkPDataSetGhostGenerator
62
{
63
public
:
64
static
vtkPStructuredGridGhostDataGenerator
*
New
();
65
vtkTypeMacro(
vtkPStructuredGridGhostDataGenerator
,
vtkPDataSetGhostGenerator
);
66
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
67
68
protected
:
69
vtkPStructuredGridGhostDataGenerator
();
70
~
vtkPStructuredGridGhostDataGenerator
()
override
;
71
75
void
RegisterGrids(
vtkMultiBlockDataSet
* in);
76
80
void
CreateGhostedDataSet(
vtkMultiBlockDataSet
* in,
vtkMultiBlockDataSet
* out);
81
85
void
GenerateGhostLayers
(
vtkMultiBlockDataSet
* in,
vtkMultiBlockDataSet
* out)
override
;
86
87
vtkPStructuredGridConnectivity
*
GridConnectivity
;
88
89
private
:
90
vtkPStructuredGridGhostDataGenerator
(
const
vtkPStructuredGridGhostDataGenerator
&) =
delete
;
91
void
operator=(
const
vtkPStructuredGridGhostDataGenerator
&) =
delete
;
92
};
93
94
#endif
/* vtkPStructuredGridGhostDataGenerator_h */
vtkPStructuredGridGhostDataGenerator
Definition:
vtkPStructuredGridGhostDataGenerator.h:60
vtkPDataSetGhostGenerator
Definition:
vtkPDataSetGhostGenerator.h:36
vtkPStructuredGridConnectivity
Definition:
vtkPStructuredGridConnectivity.h:48
vtkPDataSetGhostGenerator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMultiBlockDataSetAlgorithm::New
static vtkMultiBlockDataSetAlgorithm * New()
vtkMultiBlockDataSet
Composite dataset that organizes datasets into blocks.
Definition:
vtkMultiBlockDataSet.h:45
vtkPDataSetGhostGenerator::GenerateGhostLayers
virtual void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out) override=0
Creates ghost layers.
vtkPStructuredGridGhostDataGenerator::GridConnectivity
vtkPStructuredGridConnectivity * GridConnectivity
Definition:
vtkPStructuredGridGhostDataGenerator.h:87
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkPDataSetGhostGenerator.h
Generated on Sat Jan 23 2021 21:32:43 for VTK by
1.8.16