vtk-m/vtkm/filter/resampling
Kenneth Moreland eddf6df384 Update probe filter to interpolate any field type
Previously, the probe filter only worked on certain `Vec` sizes and
converted many types to floating point.

This change uses the extract component feature to pull data from any
array at its natural component type.

The bad part of this change is that it has to call the worklet
separately for each component in the field. That adds overhead and
probably lowers the cache efficiency. It was implemented this way
because the cell interpolation function does not work with the
recombined vecs returned from extract array.
2023-02-06 06:54:42 -07:00
..
testing remove include CellDeepCopy 2022-05-18 07:15:00 -06:00
worklet Update probe filter to interpolate any field type 2023-02-06 06:54:42 -07:00
CMakeLists.txt Add module mechanism 2022-10-26 12:51:05 -06:00
Probe.cxx Update probe filter to interpolate any field type 2023-02-06 06:54:42 -07:00
Probe.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
vtkm.module Add module mechanism 2022-10-26 12:51:05 -06:00