Go to the documentation of this file.
53 #ifndef vtkPStructuredGridGhostDataGenerator_h
54 #define vtkPStructuredGridGhostDataGenerator_h
56 #include "vtkFiltersParallelGeometryModule.h"
virtual ~vtkPStructuredGridGhostDataGenerator()
An abstract class that provides common functionality and implements an interface for all parallel gho...
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.
static vtkPStructuredGridGhostDataGenerator * New()
Composite dataset that organizes datasets into blocks.
void RegisterGrids(vtkMultiBlockDataSet *in)
Registers the grid associated with this instance of multi-block.
void CreateGhostedDataSet(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)
Creates the output.
vtkPStructuredGridConnectivity * GridConnectivity
a simple class to control print indentation
void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)
Generates ghost layers.
vtkPStructuredGridGhostDataGenerator()