|
VTK-m
2.3
|
ControlSignature tag for whole input/output arrays.
More...
#include <WorkletPointNeighborhood.h>
ControlSignature tag for whole input/output arrays.
The AtomicArrayInOut control signature tag specifies vtkm::cont::ArrayHandle passed to the invoke of the worklet. A vtkm::exec::AtomicArray object capable of performing atomic operations to the entries in the array is given to the worklet. Atomic arrays can help avoid race conditions but can slow down the running of a parallel algorithm.
1.8.17