Skip to content

Fix issues in `vtkmSlice` and `vtkmAverageToPoints`

Sujin Philip requested to merge sujin.philip/vtk:fix-vtkm-filter-issues into master
  1. vtkmSlice now works with uniform grid: This path was previously disabled because there was a bug in VTK-m's flying edges implementation that caused crashes. The issue has since been resolved. Addresses: #18856 (closed)
  2. Fix handling of coordinates field in vtkmAverageToPoints: A recent change in VTK-m starts treating coordinate points as fields. This requires special handling when we don't want to process coordinates. Addresses: #18855 (closed)

Merge request reports