VTK  9.1.0
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 =========================================================================*/
51#ifndef vtkPUniformGridGhostDataGenerator_h
52#define vtkPUniformGridGhostDataGenerator_h
53
54#include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_1_0
55#include "vtkFiltersParallelGeometryModule.h" // For export macro
57
59class vtkIndent;
61
63 VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPUniformGridGhostDataGenerator
65{
66public:
69 void PrintSelf(ostream& os, vtkIndent indent) override;
70
71protected:
74
79
84
89
94
99
100 double GlobalSpacing[3];
101 double GlobalOrigin[3];
103
104private:
106 void operator=(const vtkPUniformGridGhostDataGenerator&) = delete;
107};
108
109#endif /* vtkPUniformGridGhostDataGenerator_h */
110
111// VTK-HeaderTest-Exclude: vtkPUniformGridGhostDataGenerator.h
Computes ghost cells on vtkCompositeDataSet inputs.
a simple class to control print indentation
Definition: vtkIndent.h:113
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 GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out) override
Generates ghost-layers.
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.
static vtkPUniformGridGhostDataGenerator * New()
void ComputeOrigin(vtkMultiBlockDataSet *in)
A collective operation that computes the global origin of the domain.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
#define VTK_DEPRECATED_IN_9_1_0(reason)