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::CellStretchMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, CellShapeType shape, vtkm::ErrorCode &ec) |
| |
| template<typename OutType , typename PointCoordVecType > |
| VTKM_EXEC OutType | vtkm::worklet::cellmetrics::CellStretchMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagQuad, vtkm::ErrorCode &ec) |
| |
| template<typename OutType , typename PointCoordVecType > |
| VTKM_EXEC OutType | vtkm::worklet::cellmetrics::CellStretchMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagHexahedron, vtkm::ErrorCode &ec) |
| |
◆ UNUSED
| #define UNUSED |
( |
|
expr | ) |
(void)(expr); |