VTK-m  2.0
List of all members
vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::IncidentElementCount Struct Reference

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

#include <WorkletMapTopology.h>

Inheritance diagram for 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

template<typename VisitTopology, typename IncidentTopology>
struct vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::IncidentElementCount

An execution signature tag to get the number of incident elements.

In a topology map, there are visited and incident topology elements specified. The scheduling occurs on the visited elements, and for each visited element there is some number of incident mapped elements that are accessible. This ExecutionSignature tag provides the number of these mapped elements that are accessible.


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