vtk-m/vtkm/worklet/histogram
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
ComputeNDEntropy.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ComputeNDHistogram.h Use ArrayGetValue where possible in worklets. 2019-08-22 16:42:17 -04:00
MarginalizeNDHistogram.h conslidate the license statement 2019-04-17 10:57:13 -06:00