Skip to content

Null data for unlinked points in CellToPointData

David Gobbi requested to merge dgobbi/vtk:cell-to-point-null into master

The fast path for vtkCellToPointData was leaving the PointData uninitialized for point that weren't linked to any cells. Now it nulls the data for unlinked points, just like the slow path does.

Closes: #18707 (closed)

Merge request reports