Go to the documentation of this file.
51 #ifndef vtkStructuredGridGhostDataGenerator_h
52 #define vtkStructuredGridGhostDataGenerator_h
54 #include "vtkFiltersGeometryModule.h"
A concrete implementation of vtkDataSetGhostGenerator for generating ghost data on partitioned struct...
Composite dataset that organizes datasets into blocks.
static vtkStructuredGridGhostDataGenerator * New()
~vtkStructuredGridGhostDataGenerator() override
vtkStructuredGridConnectivity is a concrete instance of vtkObject that implements functionality for c...
void CreateGhostedDataSet(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)
Creates the output.
a simple class to control print indentation
void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out) override
Generates ghost layers.
vtkStructuredGridGhostDataGenerator()
An abstract class that provides common functionality and implements an interface for all ghost data g...
vtkStructuredGridConnectivity * GridConnectivity
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void RegisterGrids(vtkMultiBlockDataSet *in)
Registers the grid associated with this instance of multi-block.