32 #ifndef vtkUnstructuredGridGhostCellsGenerator_h 33 #define vtkUnstructuredGridGhostCellsGenerator_h 35 #include "vtkFiltersParallelModule.h" 57 vtkSetMacro(UseGlobalPointIds,
bool);
58 vtkGetMacro(UseGlobalPointIds,
bool);
59 vtkBooleanMacro(UseGlobalPointIds,
bool);
67 vtkSetStringMacro(GlobalPointIdsArrayName);
68 vtkGetStringMacro(GlobalPointIdsArrayName);
80 vtkSetMacro(HasGlobalCellIds,
bool);
81 vtkGetMacro(HasGlobalCellIds,
bool);
82 vtkBooleanMacro(HasGlobalCellIds,
bool);
90 vtkSetStringMacro(GlobalCellIdsArrayName);
91 vtkGetStringMacro(GlobalCellIdsArrayName);
101 vtkSetMacro(BuildIfRequired,
bool);
102 vtkGetMacro(BuildIfRequired,
bool);
103 vtkBooleanMacro(BuildIfRequired,
bool);
114 vtkSetClampMacro(MinimumNumberOfGhostLevels,
int, 1,
VTK_INT_MAX);
115 vtkGetMacro(MinimumNumberOfGhostLevels,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
char * GlobalPointIdsArrayName
static vtkUnstructuredGridAlgorithm * New()
char * GlobalCellIdsArrayName
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
dataset represents arbitrary combinations of all possible cell types
Superclass for algorithms that produce only unstructured grid as output.
Builds ghost cells for a distributed unstructured grid dataset.
int MinimumNumberOfGhostLevels
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
dataset represents arbitrary combinations of all possible cell types.
Multiprocessing communication superclass.