31 #ifndef vtkDataSetGhostGenerator_h
32 #define vtkDataSetGhostGenerator_h
35 #include "vtkFiltersGeometryModule.h"
55 vtkSetMacro(NumberOfGhostLayers,
int);
56 vtkGetMacro(NumberOfGhostLayers,
int);
#define VTK_DEPRECATED_IN_9_1_0(reason)
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
Computes ghost cells on vtkCompositeDataSet inputs.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Composite dataset that organizes datasets into blocks.
An abstract class that provides common functionality and implements an interface for all ghost data g...