|
VTK-m
2.3
|
An execution signature tag to get the number of incident cells. 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 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.
1.8.17