Skip to content

Refactor vtkmDataArray

Sujin Philip requested to merge sujin.philip/vtk:simplify-vtkmDataArray into master
  1. Simplify the ArrayHandleWrapper classes into a single ArrayHandleHelper class.
  2. Add ComputeRange functions that use VTK-m to compute the ranges.
  3. Refactor the code to access the array only when setting/getting values. This way we can avoid unnecessary memory transfers.
Edited by Sujin Philip

Merge request reports