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