VTK-m  2.0
Public Types | Static Public Attributes | List of all members
vtkm::exec::arg::IncidentElementCount Struct Reference

The ExecutionSignature tag to get the number of incident elements. More...

#include <IncidentElementCount.h>

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

Public Types

using AspectTag = vtkm::exec::arg::AspectTagIncidentElementCount
 

Static Public Attributes

static constexpr vtkm::IdComponent INDEX = 1
 

Detailed Description

The ExecutionSignature 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 incident elements that are accessible. This ExecutionSignature tag provides the number of these incident elements that are accessible.

Member Typedef Documentation

◆ AspectTag

Member Data Documentation

◆ INDEX

constexpr vtkm::IdComponent vtkm::exec::arg::IncidentElementCount::INDEX = 1
staticconstexpr

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