Go to the source code of this file.
|
| viskores |
| Groups connected points that have the same field value.
|
|
◆ VISKORES_DEFINE_CELL_TRAITS
#define VISKORES_DEFINE_CELL_TRAITS |
( |
|
name, |
|
|
|
dimensions, |
|
|
|
numPoints |
|
) |
| |
Value: template <> \
struct CellTraits<viskores::CellShapeTag##name> \
{ \
using TopologicalDimensionsTag = \
viskores::CellTopologicalDimensionsTag<TOPOLOGICAL_DIMENSIONS>; \
}
◆ VISKORES_DEFINE_CELL_TRAITS_VARIABLE
#define VISKORES_DEFINE_CELL_TRAITS_VARIABLE |
( |
|
name, |
|
|
|
dimensions |
|
) |
| |
Value: template <> \
struct CellTraits<viskores::CellShapeTag##name> \
{ \
using TopologicalDimensionsTag = \
viskores::CellTopologicalDimensionsTag<TOPOLOGICAL_DIMENSIONS>; \
}