VTK-m
2.2
|
ControlSignature
tag for whole input/output arrays.
More...
#include <WorkletReduceByKey.h>
ControlSignature
tag for whole input/output arrays.
The WholeArrayOut
control signature tag specifies a vtkm::cont::ArrayHandle
passed to the invoke of the worklet. An array portal capable of reading from or writing to any place in the array is given to the worklet. Developers should take care when using writable whole arrays as introducing race conditions is possible.