vtk-m/vtkm/worklet/wavelets
Allison Vacanti 3eb91af961 Use ArrayGetValue where possible in worklets.
Replace code such as `myArray.GetPortalControl().Get(0)` with
`vtkm::cont::ArrayGetValue(0, myArray)`, which will just retrieve
the single value without transferring the entire contents of
`myArray` to the host. This should prevent memory thrashing.

Also did some general style clean-ups and fixed loops that called
`GetPortalControl` in the loop body.
2019-08-22 16:42:17 -04:00
..
CMakeLists.txt conslidate the license statement 2019-04-17 10:57:13 -06:00
FilterBanks.h conslidate the license statement 2019-04-17 10:57:13 -06:00
WaveletBase.h Use ArrayGetValue where possible in worklets. 2019-08-22 16:42:17 -04:00
WaveletDWT.h conslidate the license statement 2019-04-17 10:57:13 -06:00
WaveletFilter.h Correct signed to unsigned warning conversion found by clang-8 2019-06-19 08:36:19 -04:00
WaveletTransforms.h conslidate the license statement 2019-04-17 10:57:13 -06:00