VTK
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  =========================================================================*/
50 #ifndef VTKSTRUCTUREDGRIDGHOSTDATAGENERATOR_H_
51 #define VTKSTRUCTUREDGRIDGHOSTDATAGENERATOR_H_
52 
53 #include "vtkFiltersGeometryModule.h" // For export macro
55 
56 // Forward declarations
58 class vtkIndent;
60 
63 {
64 public:
67  void PrintSelf(ostream &os, vtkIndent indent);
68 
69 protected:
72 
75 
77 
80  vtkMultiBlockDataSet *out );
82 
84 
88 
90 private:
92  void operator=(const vtkStructuredGridGhostDataGenerator&); // Not implemented
93 };
94 
95 #endif /* VTKSTRUCTUREDGRIDGHOSTDATAGENERATOR_H_ */
vtkStructuredGridGhostDataGenerator
Definition: vtkStructuredGridGhostDataGenerator.h:63
vtkFiltersGeometryModule.h
vtkStructuredGridGhostDataGenerator::~vtkStructuredGridGhostDataGenerator
virtual ~vtkStructuredGridGhostDataGenerator()
VTKFILTERSGEOMETRY_EXPORT
#define VTKFILTERSGEOMETRY_EXPORT
Definition: vtkFiltersGeometryModule.h:15
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkgl::in
GLuint in
Definition: vtkgl.h:16905
vtkMultiBlockDataSet
Composite dataset that organizes datasets into blocks.
Definition: vtkMultiBlockDataSet.h:51
vtkStructuredGridGhostDataGenerator::GenerateGhostLayers
void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)
vtkStructuredGridGhostDataGenerator::New
static vtkStructuredGridGhostDataGenerator * New()
vtkStructuredGridConnectivity
Definition: vtkStructuredGridConnectivity.h:61
vtkStructuredGridGhostDataGenerator::CreateGhostedDataSet
void CreateGhostedDataSet(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkStructuredGridGhostDataGenerator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkDataSetGhostGenerator.h
vtkStructuredGridGhostDataGenerator::vtkStructuredGridGhostDataGenerator
vtkStructuredGridGhostDataGenerator()
vtkDataSetGhostGenerator
Definition: vtkDataSetGhostGenerator.h:43
vtkStructuredGridGhostDataGenerator::GridConnectivity
vtkStructuredGridConnectivity * GridConnectivity
Definition: vtkStructuredGridGhostDataGenerator.h:89
vtkStructuredGridGhostDataGenerator::RegisterGrids
void RegisterGrids(vtkMultiBlockDataSet *in)