|
VTK-m
2.3
|
A control signature tag for input fields. More...
#include <WorkletMapField.h>
Public Types | |
| using | TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayIn |
| using | TransportTag = vtkm::cont::arg::TransportTagArrayIn |
| using | FetchTag = vtkm::exec::arg::FetchTagArrayDirectIn |
A control signature tag for input fields.
A FieldIn argument expects a vtkm::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.
1.8.17