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