Skip to content

Improve thread safety of the vtkCutter filter.

Steven Hahn requested to merge quantumsteve/vtk:vtkCutterThreadSafety into master

This replaces vtkDataSet::GetPoint(vtkIdType ptId) with the thread-safe alternative vtkDataSet::GetPoint(vtkIdType ptId, double x[3]). The former is causing artifacts in ParaView's Slice View. image

Merge request reports