VTK-m
2.2
|
An execution signature tag to get the number of incident points. More...
#include <WorkletMapTopology.h>
Additional Inherited Members | |
Public Types inherited from vtkm::exec::arg::IncidentElementCount | |
using | AspectTag = vtkm::exec::arg::AspectTagIncidentElementCount |
Static Public Attributes inherited from vtkm::exec::arg::IncidentElementCount | |
static constexpr vtkm::IdComponent | INDEX = 1 |
An execution signature tag to get the number of incident points.
Each cell in a vtkm::cont::CellSet
can be incident on a number of points. This tag causes a vtkm::IdComponent
to be passed to the worklet containing the number of incident points.