VTK-m  2.0
Namespaces | Macros | Functions
CellEdgeRatioMetric.h File Reference
#include "vtkm/CellShape.h"
#include "vtkm/CellTraits.h"
#include "vtkm/VecTraits.h"
#include "vtkm/VectorAnalysis.h"
#include "vtkm/exec/FunctorBase.h"

Go to the source code of this file.

Namespaces

 vtkm
 Groups connected points that have the same field value.
 
 vtkm::worklet
 VTK-m Worklets.
 
 vtkm::worklet::cellmetrics
 

Macros

#define UNUSED(expr)   (void)(expr);
 

Functions

template<typename OutType , typename VecType >
VTKM_EXEC OutType vtkm::worklet::cellmetrics::ComputeEdgeRatio (const VecType &edges)
 
template<typename OutType , typename PointCoordVecType , typename CellShapeType >
VTKM_EXEC OutType vtkm::worklet::cellmetrics::CellEdgeRatioMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, CellShapeType shape, vtkm::ErrorCode &)
 
template<typename OutType , typename PointCoordVecType >
VTKM_EXEC OutType vtkm::worklet::cellmetrics::CellEdgeRatioMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagLine, vtkm::ErrorCode &ec)
 
template<typename OutType , typename PointCoordVecType >
VTKM_EXEC OutType vtkm::worklet::cellmetrics::CellEdgeRatioMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagTriangle, vtkm::ErrorCode &ec)
 
template<typename OutType , typename PointCoordVecType >
VTKM_EXEC OutType vtkm::worklet::cellmetrics::CellEdgeRatioMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagQuad, vtkm::ErrorCode &ec)
 
template<typename OutType , typename PointCoordVecType >
VTKM_EXEC OutType vtkm::worklet::cellmetrics::CellEdgeRatioMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagTetra, vtkm::ErrorCode &ec)
 
template<typename OutType , typename PointCoordVecType >
VTKM_EXEC OutType vtkm::worklet::cellmetrics::CellEdgeRatioMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagHexahedron, vtkm::ErrorCode &ec)
 
template<typename OutType , typename PointCoordVecType >
VTKM_EXEC OutType vtkm::worklet::cellmetrics::CellEdgeRatioMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagWedge, vtkm::ErrorCode &ec)
 
template<typename OutType , typename PointCoordVecType >
VTKM_EXEC OutType vtkm::worklet::cellmetrics::CellEdgeRatioMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagPyramid, vtkm::ErrorCode &ec)
 

Macro Definition Documentation

◆ UNUSED

#define UNUSED (   expr)    (void)(expr);