Skip to content

Add implementation of VecTraits for Range and Bounds

Kenneth Moreland requested to merge kmorel/vtk-m:vectraits-range into master

Added specializations of vtkm::VecTraits for the simple structures of vtkm::Range and vtkm::Bounds. This expands the support for using these structures in things like ArrayHandle and UnknownArrayHandle.

Merge request reports