Skip to content

vtkPolyData::RemoveGhostCells fixes

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

vtkPolyData::RemoveGhostCells is revamped. It creates a temporary poly data which it fills with non ghost cells, and then this temporary is shallow-copied into this.

A poly data test is also added (there wasn't one...).

Adresses paraview/paraview#21314 (closed)

Merge request reports