67 #ifndef vtkGhostCellsGenerator_h
68 #define vtkGhostCellsGenerator_h
70 #include "vtkFiltersParallelDIY2Module.h"
73 VTK_ABI_NAMESPACE_BEGIN
96 virtual void Initialize();
106 vtkSetMacro(BuildIfRequired,
bool);
107 vtkGetMacro(BuildIfRequired,
bool);
108 vtkBooleanMacro(BuildIfRequired,
bool);
119 vtkGetMacro(NumberOfGhostLayers,
int);
120 vtkSetClampMacro(NumberOfGhostLayers,
int, 0,
VTK_INT_MAX);
145 VTK_ABI_NAMESPACE_END
Computes ghost cells on vtkCompositeDataSet inputs.
a simple class to control print indentation
vtkMultiProcessController * Controller
Local controller.
Multiprocessing communication superclass.