VTK
vtkPUniformGridGhostDataGenerator.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPUniformGridGhostDataGenerator.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  =========================================================================*/
54 #ifndef vtkPUniformGridGhostDataGenerator_h
55 #define vtkPUniformGridGhostDataGenerator_h
56 
57 #include "vtkFiltersParallelGeometryModule.h" // For export macro
59 
61 class vtkIndent;
63 
64 class VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPUniformGridGhostDataGenerator:
66 {
67 public:
70  void PrintSelf(ostream& os, vtkIndent indent);
71 
72 protected:
75 
79  void RegisterGrids( vtkMultiBlockDataSet *in );
80 
84  void ComputeOrigin(vtkMultiBlockDataSet *in);
85 
89  void ComputeGlobalSpacing(vtkMultiBlockDataSet *in);
90 
94  void CreateGhostedDataSet(
96 
100  virtual void GenerateGhostLayers(
102 
103  double GlobalSpacing[3];
104  double GlobalOrigin[3];
106 
107 private:
109  void operator=(const vtkPUniformGridGhostDataGenerator&) VTK_DELETE_FUNCTION;
110 };
111 
112 #endif /* vtkPUniformGridGhostDataGenerator_h */
vtkPStructuredGridConnectivity inherits from vtkStructuredGridConnectivity and implements functionali...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkPStructuredGridConnectivity * GridConnectivity
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
Definition: vtkIndent.h:39
An abstract class that provides common functionality and implements an interface for all parallel gho...
Composite dataset that organizes datasets into blocks.
virtual void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)=0
Creates ghost layers.