VTK-m
2.3
|
An execution signature tag to get the number of incident cells. More...
#include <WorkletMapTopology.h>
Additional Inherited Members | |
![]() | |
using | AspectTag = vtkm::exec::arg::AspectTagIncidentElementCount |
![]() | |
static constexpr vtkm::IdComponent | INDEX = 1 |
An execution signature tag to get the number of incident cells.
Each point in a vtkm::cont::CellSet
can be incident on a number of cells. This tag causes a vtkm::IdComponent
to be passed to the worklet containing the number of incident cells.