|
VTK-m
2.3
|
A control signature tag for input-output (in-place) fields. More...
#include <WorkletMapTopology.h>
Additional Inherited Members | |
Public Types inherited from vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::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 WorkletVisitCellsWithPoints always has the output on the cells of the topology. The associated parameter of the invoke should be a vtkm::cont::ArrayHandle, and it must have the same number of values as the number of cells of the topology.
1.8.17