Skip to content

Fixes to vtkmContour

Sujin Philip requested to merge sujin.philip/vtk:vtkmContour-fixes into master

Fixes the following:

  1. vtkmContour was treating ComputeScalars as a flag to turn on/off interpolation and generation of all of the fields in the output. As per its superclass vtkContourFilter, it only affects the generation of the scalar field.

  2. Use VTK-m for uniform grid data also. Previously, this was disabled due to an issue with vtk-m's contour filter which has now been resolved.

Merge request reports