78 #ifndef vtkPUnstructuredGridGhostCellsGenerator_h
79 #define vtkPUnstructuredGridGhostCellsGenerator_h
82 #include "vtkFiltersParallelGeometryModule.h"
115 void ExchangeBoundsAndDetermineNeighbors(std::vector<double>&);
116 void ExtractAndReduceSurfacePointsShareData(std::vector<double>&);
117 void ComputeSharedPoints();
123 void AddGhostLayer(
int ghostLevel,
int maxGhostLevel);
125 void FindGhostCells();
127 void AddGlobalCellIds();
129 void RemoveGlobalCellIds();
135 vtkInternals* Internals;
Builds ghost cells for a distributed unstructured grid dataset.
#define VTK_DEPRECATED_IN_9_1_0(reason)
static vtkUnstructuredGridGhostCellsGenerator * New()
Computes ghost cells on vtkCompositeDataSet inputs.
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Builds ghost cells for a distributed unstructured grid dataset.
vtkMultiProcessController * Controller
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dataset represents arbitrary combinations of all possible cell types.
Multiprocessing communication superclass.