Go to the source code of this file.
|
#define | UNUSED(expr) (void)(expr); |
|
|
template<typename OutType , typename PointCoordVecType , typename CellShapeType > |
VTKM_EXEC OutType | vtkm::worklet::cellmetrics::CellConditionMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, CellShapeType shape, vtkm::ErrorCode &) |
|
template<typename OutType , typename PointCoordVecType > |
VTKM_EXEC OutType | vtkm::worklet::cellmetrics::CellConditionMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagTriangle, vtkm::ErrorCode &ec) |
|
template<typename OutType , typename PointCoordVecType > |
VTKM_EXEC OutType | vtkm::worklet::cellmetrics::CellConditionMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagQuad, vtkm::ErrorCode &ec) |
|
template<typename OutType , typename PointCoordVecType > |
VTKM_EXEC OutType | vtkm::worklet::cellmetrics::CellConditionMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagTetra, vtkm::ErrorCode &ec) |
| Compute the condition metric of a tetrahedron. More...
|
|
template<typename OutType , typename PointCoordVecType > |
VTKM_EXEC OutType | vtkm::worklet::cellmetrics::CellConditionMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagHexahedron, vtkm::ErrorCode &ec) |
|
◆ UNUSED
#define UNUSED |
( |
|
expr | ) |
(void)(expr); |