Skip to content
Snippets Groups Projects

Improve thread safety of the vtkCutter filter.

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading