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  =========================================================================*/
53 #ifndef vtkPStructuredGridGhostDataGenerator_h
54 #define vtkPStructuredGridGhostDataGenerator_h
55 
56 #include "vtkFiltersParallelGeometryModule.h" // For export macro
58 
60 class vtkIndent;
62 
63 class VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPStructuredGridGhostDataGenerator:
65 {
66 public:
69  void PrintSelf(ostream& os, vtkIndent indent);
70 
71 protected:
74 
79 
85 
91 
93 private:
95  void operator=(const vtkPStructuredGridGhostDataGenerator&) VTK_DELETE_FUNCTION;
96 };
97 
98 #endif /* vtkPStructuredGridGhostDataGenerator_h */
vtkPStructuredGridGhostDataGenerator
structured grids.
Definition: vtkPStructuredGridGhostDataGenerator.h:65
vtkPStructuredGridGhostDataGenerator::~vtkPStructuredGridGhostDataGenerator
virtual ~vtkPStructuredGridGhostDataGenerator()
vtkPDataSetGhostGenerator
An abstract class that provides common functionality and implements an interface for all parallel gho...
Definition: vtkPDataSetGhostGenerator.h:38
vtkPStructuredGridConnectivity
vtkPStructuredGridConnectivity inherits from vtkStructuredGridConnectivity and implements functionali...
Definition: vtkPStructuredGridConnectivity.h:53
vtkPStructuredGridGhostDataGenerator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkPStructuredGridGhostDataGenerator::New
static vtkPStructuredGridGhostDataGenerator * New()
vtkMultiBlockDataSet
Composite dataset that organizes datasets into blocks.
Definition: vtkMultiBlockDataSet.h:52
vtkPStructuredGridGhostDataGenerator::RegisterGrids
void RegisterGrids(vtkMultiBlockDataSet *in)
Registers the grid associated with this instance of multi-block.
vtkPStructuredGridGhostDataGenerator::CreateGhostedDataSet
void CreateGhostedDataSet(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)
Creates the output.
vtkPStructuredGridGhostDataGenerator::GridConnectivity
vtkPStructuredGridConnectivity * GridConnectivity
Definition: vtkPStructuredGridGhostDataGenerator.h:92
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkPStructuredGridGhostDataGenerator::GenerateGhostLayers
void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)
Generates ghost layers.
vtkPDataSetGhostGenerator.h
vtkPStructuredGridGhostDataGenerator::vtkPStructuredGridGhostDataGenerator
vtkPStructuredGridGhostDataGenerator()