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

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

#include <WorkletMapTopology.h>

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

Additional Inherited Members

- Public Types inherited from vtkm::exec::arg::IncidentElementIndices
using AspectTag = vtkm::exec::arg::AspectTagIncidentElementIndices
 
- Static Public Attributes inherited from vtkm::exec::arg::IncidentElementIndices
static constexpr vtkm::IdComponent INDEX = 1
 

Detailed Description

An execution signature tag to get the indices of the incident points.

The indices will be provided in a Vec-like object containing vtkm::Id indices for the cells in the data set.


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