Viskores
1.0
|
A control signature tag for output fields. More...
#include <WorkletNeighborhood.h>
Public Types | |
using | TypeCheckTag = viskores::cont::arg::TypeCheckTagArrayOut |
using | TransportTag = viskores::cont::arg::TransportTagArrayOut |
using | FetchTag = viskores::exec::arg::FetchTagArrayDirectOut |
A control signature tag for output fields.
A FieldOut
argument expects a viskores::cont::ArrayHandle
in the associated parameter of the invoke. The array is resized before scheduling begins, and each invocation of the worklet sets a single value in the array.
This tag means that the field is write only.
using viskores::worklet::WorkletNeighborhood::FieldOut::FetchTag = viskores::exec::arg::FetchTagArrayDirectOut |
using viskores::worklet::WorkletNeighborhood::FieldOut::TransportTag = viskores::cont::arg::TransportTagArrayOut |
using viskores::worklet::WorkletNeighborhood::FieldOut::TypeCheckTag = viskores::cont::arg::TypeCheckTagArrayOut |