VTK
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  =========================================================================*/
52 #ifndef VTKPSTRUCTUREDGRIDGHOSTDATAGENERATOR_H_
53 #define VTKPSTRUCTUREDGRIDGHOSTDATAGENERATOR_H_
54 
55 #include "vtkFiltersParallelGeometryModule.h" // For export macro
57 
59 class vtkIndent;
61 
64 {
65 public:
68  void PrintSelf(ostream& os, vtkIndent indent);
69 
70 protected:
73 
76 
78 
82 
84 
88 
90 private:
92  void operator=(const vtkPStructuredGridGhostDataGenerator&); // Not implemented
93 };
94 
95 #endif /* VTKPSTRUCTUREDGRIDGHOSTDATAGENERATOR_H_ */
vtkPStructuredGridGhostDataGenerator
Definition: vtkPStructuredGridGhostDataGenerator.h:64
vtkPStructuredGridGhostDataGenerator::~vtkPStructuredGridGhostDataGenerator
virtual ~vtkPStructuredGridGhostDataGenerator()
vtkPDataSetGhostGenerator
Definition: vtkPDataSetGhostGenerator.h:37
vtkPStructuredGridConnectivity
Definition: vtkPStructuredGridConnectivity.h:52
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkPStructuredGridGhostDataGenerator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkFiltersParallelGeometryModule.h
vtkPStructuredGridGhostDataGenerator::New
static vtkPStructuredGridGhostDataGenerator * New()
vtkgl::in
GLuint in
Definition: vtkgl.h:16905
vtkMultiBlockDataSet
Composite dataset that organizes datasets into blocks.
Definition: vtkMultiBlockDataSet.h:51
vtkPStructuredGridGhostDataGenerator::RegisterGrids
void RegisterGrids(vtkMultiBlockDataSet *in)
vtkPStructuredGridGhostDataGenerator::CreateGhostedDataSet
void CreateGhostedDataSet(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)
vtkPStructuredGridGhostDataGenerator::GridConnectivity
vtkPStructuredGridConnectivity * GridConnectivity
Definition: vtkPStructuredGridGhostDataGenerator.h:89
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkPStructuredGridGhostDataGenerator::GenerateGhostLayers
void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)
vtkPDataSetGhostGenerator.h
vtkPStructuredGridGhostDataGenerator::vtkPStructuredGridGhostDataGenerator
vtkPStructuredGridGhostDataGenerator()
VTKFILTERSPARALLELGEOMETRY_EXPORT
#define VTKFILTERSPARALLELGEOMETRY_EXPORT
Definition: vtkFiltersParallelGeometryModule.h:15