VTK-m  2.2
List of all members
vtkm::worklet::WorkletVisitCellsWithPoints::PointCount Struct Reference

An execution signature tag to get the number of incident points. More...

#include <WorkletMapTopology.h>

Inheritance diagram for vtkm::worklet::WorkletVisitCellsWithPoints::PointCount:
vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::IncidentElementCount vtkm::exec::arg::IncidentElementCount vtkm::exec::arg::ExecutionSignatureTagBase

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: