Skip to content

vtkGhostCellsGenerator: vtkUnstructuredGrid can use global ids

Yohann Bearzi (Kitware) requested to merge yohann.bearzi/vtk:ghost-ug-gid into master

After this change, if one feeds vtkUnstructuredGrid inputs in vtkGhostCellsGenerator with point global ids, those global ids are used instead of the point positions in 3D.

This will allow us to finally deprecate vtkPUnstructuredGridGhostCellsGenerator, as the new filter can do everything the legacy filter could do after this update.

Addresses paraview/paraview#19989 (closed)

Merge request reports