51#ifndef vtkGhostCellsGenerator_h
52#define vtkGhostCellsGenerator_h
54#include "vtkFiltersParallelDIY2Module.h"
89 vtkSetMacro(BuildIfRequired,
bool);
90 vtkGetMacro(BuildIfRequired,
bool);
91 vtkBooleanMacro(BuildIfRequired,
bool);
102 vtkGetMacro(NumberOfGhostLayers,
int);
Computes ghost cells on vtkCompositeDataSet inputs.
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.
static vtkGhostCellsGenerator * New()
virtual void Initialize()
Resets parameter.
vtkMultiProcessController * Controller
Local controller.
~vtkGhostCellsGenerator() override
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
void SetController(vtkMultiProcessController *)
Get/Set the controller to use.
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
Multiprocessing communication superclass.