VTK-m
2.2
|
A control signature tag for output fields. More...
#include <WorkletMapTopology.h>
Additional Inherited Members | |
Public Types inherited from vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::FieldOut | |
using | TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayOut |
using | TransportTag = vtkm::cont::arg::TransportTagArrayOut |
using | FetchTag = vtkm::exec::arg::FetchTagArrayDirectOut |
A control signature tag for output 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 will be resized to the number of cells in the provided CellSet
.