76#ifndef vtkGhostCellsGenerator_h
77#define vtkGhostCellsGenerator_h
81#include "vtkFiltersParallelDIY2Module.h"
84VTK_ABI_NAMESPACE_BEGIN
119 vtkSetMacro(BuildIfRequired,
bool);
120 vtkGetMacro(BuildIfRequired,
bool);
121 vtkBooleanMacro(BuildIfRequired,
bool);
132 vtkGetMacro(NumberOfGhostLayers,
int);
141 vtkSetMacro(GenerateGlobalIds,
bool);
142 vtkGetMacro(GenerateGlobalIds,
bool);
143 vtkBooleanMacro(GenerateGlobalIds,
bool);
151 vtkSetMacro(GenerateProcessIds,
bool);
152 vtkGetMacro(GenerateProcessIds,
bool);
153 vtkBooleanMacro(GenerateProcessIds,
bool);
164 vtkSetMacro(SynchronizeOnly,
bool);
165 vtkGetMacro(SynchronizeOnly,
bool);
166 vtkBooleanMacro(SynchronizeOnly,
bool);
177 vtkSetMacro(UseStaticMeshCache,
bool);
178 vtkGetMacro(UseStaticMeshCache,
bool);
179 vtkBooleanMacro(UseStaticMeshCache,
bool);
201 int NumberOfGhostLayers = 1;
202 bool BuildIfRequired =
true;
214 bool CanSynchronize(
vtkDataObject* input,
bool& canSyncCell,
bool& canSyncPoint);
216 int GenerateGhostCells(
222 bool GenerateGlobalIds =
false;
223 bool GenerateProcessIds =
false;
224 bool SynchronizeOnly =
false;
226 bool UseStaticMeshCache =
true;
vtkDataObjectMeshCache is a class to store and reuse the mesh of a vtkDataSet, while forwarding data ...
general representation of visualization data
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.
virtual int Execute(vtkDataObject *inputDO, vtkInformationVector *outputVector)
Runs the filter using custom inputs.
static vtkGhostCellsGenerator * New()
virtual void Initialize()
Resets parameter.
vtkWeakPointer< 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 PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMultiProcessController * GetController()
Get/Set the controller to use.
virtual void SetController(vtkMultiProcessController *)
Get/Set the controller to use.
a simple class to control print indentation
Multiprocessing communication superclass.
Allocate and hold a VTK object.
a weak reference to a vtkObject.