VTK-m
2.2
|
A control signature tag for input connectivity. More...
#include <WorkletMapTopology.h>
Additional Inherited Members | |
Public Types inherited from vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::CellSetIn | |
using | TypeCheckTag = vtkm::cont::arg::TypeCheckTagCellSet |
using | TransportTag = vtkm::cont::arg::TransportTagCellSetIn< VisitTopologyType, IncidentTopologyType > |
using | FetchTag = vtkm::exec::arg::FetchTagCellSetIn |
A control signature tag for input connectivity.
The associated parameter of the invoke should be a subclass of vtkm::cont::CellSet
.
There should be exactly one CellSetIn
argument in the ControlSignature
, and the InputDomain
must point to it.