Skip to content

Update contour filter's field map to work on any field type

Kenneth Moreland requested to merge kmorel/vtk-m:contour-interp-any-field into master

Use the extract component functionality to get data from any type of array. This prevents converting fields to vtkm::DefaultFloat and supports any size Vec in the component.

Merge request reports