|
VTK-m
2.3
|
A control signature tag for input-output (in-place) fields. More...
#include <WorkletNeighborhood.h>
Public Types | |
| using | TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayInOut |
| using | TransportTag = vtkm::cont::arg::TransportTagArrayInOut |
| using | FetchTag = vtkm::exec::arg::FetchTagArrayDirectInOut |
A control signature tag for input-output (in-place) fields.
A FieldInOut 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, which is replaced by the resulting value after the worklet completes.
This tag means that the field is read and write.
| using vtkm::worklet::WorkletNeighborhood::FieldInOut::FetchTag = vtkm::exec::arg::FetchTagArrayDirectInOut |
| using vtkm::worklet::WorkletNeighborhood::FieldInOut::TransportTag = vtkm::cont::arg::TransportTagArrayInOut |
| using vtkm::worklet::WorkletNeighborhood::FieldInOut::TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayInOut |
1.8.17