|
VTK-m
2.3
|
A control signature tag for output fields. More...
#include <WorkletCellNeighborhood.h>
Additional Inherited Members | |
Public Types inherited from vtkm::worklet::WorkletNeighborhood::FieldOut | |
| using | TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayOut |
| using | TransportTag = vtkm::cont::arg::TransportTagArrayOut |
| using | FetchTag = vtkm::exec::arg::FetchTagArrayDirectOut |
A control signature tag for output fields.
A FieldOut argument expects a vtkm::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.
1.8.17