Skip to content

Making vtkUnstructuredGrid::RemoveGhostsCells work with polyhedron cells

vtkUnstructuredGrid::RemoveGhostCells() was crashing when there were polyhedra in the input. The entire function is rewritten to handle polyhedra. It is also optimized by directly writing on the raw buffers.

Fixes #18513 (closed)

Merge request reports