Go to the source code of this file.
|
template<typename OutType , typename PointCoordVecType , typename CellShapeType > |
VTKM_EXEC OutType | vtkm::worklet::cellmetrics::CellSkewMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, CellShapeType shape, vtkm::ErrorCode &ec) |
|
template<typename OutType , typename PointCoordVecType > |
VTKM_EXEC OutType | vtkm::worklet::cellmetrics::CellSkewMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagHexahedron, vtkm::ErrorCode &ec) |
|
template<typename OutType , typename PointCoordVecType > |
VTKM_EXEC OutType | vtkm::worklet::cellmetrics::CellSkewMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagQuad, vtkm::ErrorCode &ec) |
|