VTK-m
2.2
|
ControlSignature
tag for whole input arrays.
More...
#include <WorkletReduceByKey.h>
ControlSignature
tag for whole input arrays.
The WholeArrayIn
control signature tag specifies a vtkm::cont::ArrayHandle
passed to the invoke of the worklet. An array portal capable of reading from any place in the array is given to the worklet.