Viskores
1.0
|
A control signature tag for input fields. More...
#include <WorkletMapField.h>
Public Types | |
using | TypeCheckTag = viskores::cont::arg::TypeCheckTagArrayIn |
using | TransportTag = viskores::cont::arg::TransportTagArrayIn |
using | FetchTag = viskores::exec::arg::FetchTagArrayDirectIn |
A control signature tag for input fields.
A FieldIn
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.
This tag means that the field is read only.
The worklet's InputDomain
can be set to a FieldIn
argument. In this case, the input domain will be the size of the array.
using viskores::worklet::WorkletMapField::FieldIn::FetchTag = viskores::exec::arg::FetchTagArrayDirectIn |
using viskores::worklet::WorkletMapField::FieldIn::TransportTag = viskores::cont::arg::TransportTagArrayIn |
using viskores::worklet::WorkletMapField::FieldIn::TypeCheckTag = viskores::cont::arg::TypeCheckTagArrayIn |