VTK
dox
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
=========================================================================*/
53
#ifndef vtkPStructuredGridGhostDataGenerator_h
54
#define vtkPStructuredGridGhostDataGenerator_h
55
56
#include "vtkFiltersParallelGeometryModule.h"
// For export macro
57
#include "
vtkPDataSetGhostGenerator.h
"
58
59
class
vtkMultiBlockDataSet
;
60
class
vtkIndent
;
61
class
vtkPStructuredGridConnectivity
;
62
63
class
VTKFILTERSPARALLELGEOMETRY_EXPORT
vtkPStructuredGridGhostDataGenerator
:
64
public
vtkPDataSetGhostGenerator
65
{
66
public
:
67
static
vtkPStructuredGridGhostDataGenerator
*
New
();
68
vtkTypeMacro(
vtkPStructuredGridGhostDataGenerator
,
vtkPDataSetGhostGenerator
);
69
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
70
71
protected
:
72
vtkPStructuredGridGhostDataGenerator
();
73
~
vtkPStructuredGridGhostDataGenerator
()
override
;
74
78
void
RegisterGrids(
vtkMultiBlockDataSet
*in);
79
83
void
CreateGhostedDataSet(
84
vtkMultiBlockDataSet
*in,
vtkMultiBlockDataSet
*out );
85
89
void
GenerateGhostLayers
(
90
vtkMultiBlockDataSet
*in,
vtkMultiBlockDataSet
*out)
override
;
91
92
vtkPStructuredGridConnectivity
*
GridConnectivity
;
93
private
:
94
vtkPStructuredGridGhostDataGenerator
(
const
vtkPStructuredGridGhostDataGenerator
&) =
delete
;
95
void
operator=(
const
vtkPStructuredGridGhostDataGenerator
&) =
delete
;
96
};
97
98
#endif
/* vtkPStructuredGridGhostDataGenerator_h */
vtkPStructuredGridGhostDataGenerator
Definition:
vtkPStructuredGridGhostDataGenerator.h:63
vtkPDataSetGhostGenerator
Definition:
vtkPDataSetGhostGenerator.h:36
vtkPStructuredGridConnectivity
Definition:
vtkPStructuredGridConnectivity.h:51
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:51
vtkPDataSetGhostGenerator::GenerateGhostLayers
virtual void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out) override=0
Creates ghost layers.
vtkPStructuredGridGhostDataGenerator::GridConnectivity
vtkPStructuredGridConnectivity * GridConnectivity
Definition:
vtkPStructuredGridGhostDataGenerator.h:92
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkPDataSetGhostGenerator.h
Generated by
1.8.16