Viskores
1.0
|
A control signature tag for input-output (in-place) fields. More...
#include <WorkletNeighborhood.h>
Public Types | |
using | TypeCheckTag = viskores::cont::arg::TypeCheckTagArrayInOut |
using | TransportTag = viskores::cont::arg::TransportTagArrayInOut |
using | FetchTag = viskores::exec::arg::FetchTagArrayDirectInOut |
A control signature tag for input-output (in-place) fields.
A FieldInOut
argument expects a viskores::cont::ArrayHandle
in the associated parameter of the invoke. Each invocation of the worklet gets a single value out of this array, which is replaced by the resulting value after the worklet completes.
This tag means that the field is read and write.
using viskores::worklet::WorkletNeighborhood::FieldInOut::FetchTag = viskores::exec::arg::FetchTagArrayDirectInOut |
using viskores::worklet::WorkletNeighborhood::FieldInOut::TransportTag = viskores::cont::arg::TransportTagArrayInOut |
using viskores::worklet::WorkletNeighborhood::FieldInOut::TypeCheckTag = viskores::cont::arg::TypeCheckTagArrayInOut |