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
61class vtkIndent;
63
64class VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPUniformGridGhostDataGenerator:
66{
67public:
70 void PrintSelf(ostream& os, vtkIndent indent);
71
72protected:
75
80
85
90
96
102
103 double GlobalSpacing[3];
104 double GlobalOrigin[3];
106
107private:
109 void operator=(const vtkPUniformGridGhostDataGenerator&) VTK_DELETE_FUNCTION;
110};
111
112#endif /* vtkPUniformGridGhostDataGenerator_h */
a simple class to control print indentation
Definition: vtkIndent.h:40
Composite dataset that organizes datasets into blocks.
An abstract class that provides common functionality and implements an interface for all parallel gho...
vtkPStructuredGridConnectivity inherits from vtkStructuredGridConnectivity and implements functionali...
vtkPStructuredGridConnectivity * GridConnectivity
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void CreateGhostedDataSet(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)
Create ghosted data-set.
void RegisterGrids(vtkMultiBlockDataSet *in)
Registers grids associated with this object instance on this process.
void ComputeGlobalSpacing(vtkMultiBlockDataSet *in)
A collective operations that computes the global spacing.
virtual void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)
Generates ghost-layers.
static vtkPUniformGridGhostDataGenerator * New()
void ComputeOrigin(vtkMultiBlockDataSet *in)
A collective operation that computes the global origin of the domain.