VTK-m  2.0
vtkm::cont::arg::TransportTagAtomicArray Struct Reference

Transport tag for in-place arrays with atomic operations. More...

#include <TransportTagAtomicArray.h>

Detailed Description

Transport tag for in-place arrays with atomic operations.

TransportTagAtomicArray is a tag used with the Transport class to transport ArrayHandle objects for data that is both input and output (that is, in place modification of array data). The array will be wrapped in a vtkm::exec::AtomicArray class that provides atomic operations (like add and compare/swap).


The documentation for this struct was generated from the following file: