Skip to content

vtkTriangleFilter becomes ghost aware.

vtkTriangleFilter now skips ghosts when triangulating. The cell ghost array is removed, but points and ghost points remain untouched (they are shallow-copied)

Merge request reports