vtk-m2/docs/changelog/vectraits-range.md
Kenneth Moreland f48b4b761e Add implementation of VecTraits for Range and Bounds
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`.
2022-01-25 10:55:35 -07:00

276 B

Add implementation of VecTraits for Range and Bounds

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.