VTK-m  2.0
Public Member Functions | Public Attributes | List of all members
vtkm::CellShapeTagGeneric Struct Reference

A special cell shape tag that holds a cell shape that is not known at compile time. More...

#include <CellShape.h>

Public Member Functions

VTKM_EXEC_CONT CellShapeTagGeneric (vtkm::UInt8 shape)
 

Public Attributes

vtkm::UInt8 Id
 

Detailed Description

A special cell shape tag that holds a cell shape that is not known at compile time.

Unlike other cell set tags, the Id field is set at runtime so its value cannot be used in template parameters. You need to use vtkmGenericCellShapeMacro to specialize on the cell type.

Constructor & Destructor Documentation

◆ CellShapeTagGeneric()

VTKM_EXEC_CONT vtkm::CellShapeTagGeneric::CellShapeTagGeneric ( vtkm::UInt8  shape)
inline

Member Data Documentation

◆ Id

vtkm::UInt8 vtkm::CellShapeTagGeneric::Id

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