 |
VTK
9.1.0
|
Go to the documentation of this file.
51 #ifndef vtkGhostCellsGenerator_h
52 #define vtkGhostCellsGenerator_h
54 #include "vtkFiltersParallelDIY2Module.h"
79 virtual void Initialize();
89 vtkSetMacro(BuildIfRequired,
bool);
90 vtkGetMacro(BuildIfRequired,
bool);
91 vtkBooleanMacro(BuildIfRequired,
bool);
102 vtkGetMacro(NumberOfGhostLayers,
int);
~vtkGhostCellsGenerator() override
vtkMultiProcessController * Controller
Local controller.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Multiprocessing communication superclass.
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.
void SetController(vtkMultiProcessController *)
Get/Set the controller to use.
static vtkGhostCellsGenerator * New()
Computes ghost cells on vtkCompositeDataSet inputs.