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

An execution signature tag to get the shape of the visited cell. More...

#include <WorkletMapTopology.h>

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

Additional Inherited Members

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

Detailed Description

An execution signature tag to get the shape of the visited cell.

This tag causes a vtkm::UInt8 to be passed to the worklet containing containing an id for the shape of the cell being visited.


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