85#ifndef vtkGhostCellsGenerator_h
86#define vtkGhostCellsGenerator_h
90#include "vtkFiltersParallelDIY2Module.h"
93VTK_ABI_NAMESPACE_BEGIN
150 vtkSetMacro(GenerateGlobalIds,
bool);
151 vtkGetMacro(GenerateGlobalIds,
bool);
152 vtkBooleanMacro(GenerateGlobalIds,
bool);
160 vtkSetMacro(GenerateProcessIds,
bool);
161 vtkGetMacro(GenerateProcessIds,
bool);
162 vtkBooleanMacro(GenerateProcessIds,
bool);
173 vtkSetMacro(SynchronizeOnly,
bool);
174 vtkGetMacro(SynchronizeOnly,
bool);
175 vtkBooleanMacro(SynchronizeOnly,
bool);
186 vtkSetMacro(UseStaticMeshCache,
bool);
187 vtkGetMacro(UseStaticMeshCache,
bool);
188 vtkBooleanMacro(UseStaticMeshCache,
bool);
198 vtkSetMacro(UseImplicitArrays,
bool);
199 vtkGetMacro(UseImplicitArrays,
bool);
200 vtkBooleanMacro(UseImplicitArrays,
bool);
235 bool CanSynchronize(
vtkDataObject* input,
bool& canSyncCell,
bool& canSyncPoint);
237 int GenerateGhostCells(
243 bool GenerateGlobalIds =
false;
244 bool GenerateProcessIds =
false;
245 bool SynchronizeOnly =
false;
247 bool UseStaticMeshCache =
true;
250 bool UseImplicitArrays =
false;
vtkDataObjectMeshCache is a class to store and reuse the mesh of a vtkDataSet, while forwarding data ...
general representation of visualization data
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.