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

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

#include <TransportTagWholeArrayOut.h>

Detailed Description

Transport tag for in-place arrays with random access.

TransportTagWholeArrayOut is a tag used with the Transport class to transport ArrayHandle objects for output data. The array needs to be allocated before passed as an argument to Invoke.

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 overridden by another entry.


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