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

Transport tag for in-place arrays with random access. More...

#include <TransportTagWholeArrayInOut.h>

Detailed Description

Transport tag for in-place arrays with random access.

TransportTagWholeArrayInOut 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 worklet will have random access to the array through a portal interface, but care should be taken to not write a value in one instance that will be read by or overridden by another entry.


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