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) VTK_OVERRIDE;
69
70
protected
:
71
vtkStructuredGridGhostDataGenerator
();
72
~vtkStructuredGridGhostDataGenerator
() VTK_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) VTK_OVERRIDE;
91
92
vtkStructuredGridConnectivity
*GridConnectivity;
93
private:
94
vtkStructuredGridGhostDataGenerator
(const
vtkStructuredGridGhostDataGenerator
&) VTK_DELETE_FUNCTION;
95
void
operator=(const
vtkStructuredGridGhostDataGenerator
&) VTK_DELETE_FUNCTION;
96
};
97
98
#endif
/* vtkStructuredGridGhostDataGenerator_h */
vtkStructuredGridGhostDataGenerator
A concrete implementation of vtkDataSetGhostGenerator for generating ghost data on partitioned struct...
Definition:
vtkStructuredGridGhostDataGenerator.h:64
vtkMultiBlockDataSet
Composite dataset that organizes datasets into blocks.
Definition:
vtkMultiBlockDataSet.h:52
vtkStructuredGridGhostDataGenerator::New
static vtkStructuredGridGhostDataGenerator * New()
vtkStructuredGridGhostDataGenerator::~vtkStructuredGridGhostDataGenerator
~vtkStructuredGridGhostDataGenerator() override
vtkStructuredGridConnectivity
vtkStructuredGridConnectivity is a concrete instance of vtkObject that implements functionality for c...
Definition:
vtkStructuredGridConnectivity.h:62
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:40
vtkDataSetGhostGenerator.h
vtkStructuredGridGhostDataGenerator::vtkStructuredGridGhostDataGenerator
vtkStructuredGridGhostDataGenerator()
vtkDataSetGhostGenerator
An abstract class that provides common functionality and implements an interface for all ghost data g...
Definition:
vtkDataSetGhostGenerator.h:44
vtkStructuredGridGhostDataGenerator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Generated by
1.8.20