Skip to content

Fix crash of vtkPointSetCellIterator

Andreas Buykx requested to merge bxa/vtk:fix-pointsetcelliterator into master

When vtkPointSetCellIterator gets a vtkPointSet with a NULL vtkPoints member it would crash because it would try to set the vtkPointSet datatype. Now this is avoided if the vtkPointSet has a NULL vtkPoints.

Merge request reports