| 
    VTK-m
    2.3
    
   | 
 
A control signature tag for input fields on the points of the topology. More...
#include <WorkletMapTopology.h>
  
Additional Inherited Members | |
  Public Types inherited from vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::FieldInVisit | |
| using | TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayIn | 
| using | TransportTag = vtkm::cont::arg::TransportTagTopologyFieldIn< VisitTopologyType > | 
| using | FetchTag = vtkm::exec::arg::FetchTagArrayDirectIn | 
A control signature tag for input fields on the points of the topology.
The associated parameter of the invoke should be a vtkm::cont::ArrayHandle that has the same number of values as the points of the provided CellSet. The worklet gets a single value that is the field at that point. 
 1.8.17