VTK-m
2.2
|
ControlSignature
tag for whole output arrays.
More...
#include <WorkletMapField.h>
ControlSignature
tag for whole output arrays.
The WholeArrayOut
control signature tag specifies an vtkm::cont::ArrayHandle
passed to the invoke of the worklet. An array portal capable of 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.