Go to the documentation of this file.
31 #ifndef vtkDataSetGhostGenerator_h
32 #define vtkDataSetGhostGenerator_h
34 #include "vtkFiltersGeometryModule.h"
54 vtkGetMacro( NumberOfGhostLayers,
int );
72 virtual
void GenerateGhostLayers(
76 int NumberOfGhostLayers;
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Composite dataset that organizes datasets into blocks.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
int RequestData(vtkInformation *rqst, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
vtkDataSetGhostGenerator()
~vtkDataSetGhostGenerator() override
An abstract class that provides common functionality and implements an interface for all ghost data g...
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.