| 
    VTK-m
    2.3
    
   | 
 
A control signature tag for input-output (in-place) fields. More...
#include <WorkletCellNeighborhood.h>
  
Additional Inherited Members | |
  Public Types inherited from vtkm::worklet::WorkletNeighborhood::FieldInOut | |
| 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.
 1.8.17