|
VTK-m
2.3
|
ControlSignature tag for whole input/output arrays.
More...
#include <WorkletMapTopology.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.
1.8.17