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