VTK-m
2.0
|
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 |
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.
|
inline |
vtkm::UInt8 vtkm::CellShapeTagGeneric::Id |