VTK-m  2.2
List of all members
vtkm::worklet::WorkletVisitPointsWithCells::CellIndices Struct Reference

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

#include <WorkletMapTopology.h>

Inheritance diagram for vtkm::worklet::WorkletVisitPointsWithCells::CellIndices:
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 cells.

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


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