79 #ifndef vtkGhostCellsGenerator_h
80 #define vtkGhostCellsGenerator_h
82 #include "vtkFiltersParallelDIY2Module.h"
107 virtual void Initialize();
117 vtkSetMacro(BuildIfRequired,
bool);
118 vtkGetMacro(BuildIfRequired,
bool);
119 vtkBooleanMacro(BuildIfRequired,
bool);
130 vtkGetMacro(NumberOfGhostLayers,
int);
131 vtkSetClampMacro(NumberOfGhostLayers,
int, 0,
VTK_INT_MAX);
Computes ghost cells on vtkCompositeDataSet inputs.
a simple class to control print indentation
vtkMultiProcessController * Controller
Local controller.
Multiprocessing communication superclass.