VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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  =========================================================================*/
53 #ifndef VTKPUNIFORMGRIDGHOSTDATAGENERATOR_H_
54 #define VTKPUNIFORMGRIDGHOSTDATAGENERATOR_H_
55 
56 #include "vtkFiltersParallelGeometryModule.h" // For export macro
58 
60 class vtkIndent;
62 
65 {
66 public:
69  void PrintSelf(ostream& os, vtkIndent indent);
70 
71 protected:
74 
76  void RegisterGrids( vtkMultiBlockDataSet *in );
77 
79  void ComputeOrigin(vtkMultiBlockDataSet *in);
80 
82  void ComputeGlobalSpacing(vtkMultiBlockDataSet *in);
83 
85 
86  void CreateGhostedDataSet(
89 
91 
92  virtual void GenerateGhostLayers(
95 
96  double GlobalSpacing[3];
97  double GlobalOrigin[3];
99 
100 private:
102  void operator=(const vtkPUniformGridGhostDataGenerator&); // Not implemented
103 };
104 
105 #endif /* VTKPUNIFORMGRIDGHOSTDATAGENERATOR_H_ */
void PrintSelf(ostream &os, vtkIndent indent)
vtkPStructuredGridConnectivity * GridConnectivity
GLuint in
Definition: vtkgl.h:16905
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:619
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
Definition: vtkIndent.h:38
Composite dataset that organizes datasets into blocks.
#define VTKFILTERSPARALLELGEOMETRY_EXPORT
virtual void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)=0