VTK-m  2.0
Namespaces | Functions
CellShapeMetric.h File Reference
#include "CellConditionMetric.h"
#include "CellJacobianMetric.h"
#include "TypeOfCellHexahedral.h"
#include "TypeOfCellQuadrilateral.h"
#include "TypeOfCellTetrahedral.h"
#include "TypeOfCellTriangle.h"
#include <vtkm/CellShape.h>
#include <vtkm/CellTraits.h>
#include <vtkm/ErrorCode.h>
#include <vtkm/VecTraits.h>
#include <vtkm/VectorAnalysis.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
 

Functions

template<typename OutType , typename PointCoordVecType , typename CellShapeType >
VTKM_EXEC OutType vtkm::worklet::cellmetrics::CellShapeMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, CellShapeType shape, vtkm::ErrorCode &)
 
template<typename OutType , typename PointCoordVecType >
VTKM_EXEC OutType vtkm::worklet::cellmetrics::CellShapeMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagTriangle, vtkm::ErrorCode &ec)
 
template<typename OutType , typename PointCoordVecType >
VTKM_EXEC OutType vtkm::worklet::cellmetrics::CellShapeMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagQuad, vtkm::ErrorCode &ec)
 Compute the shape of a quadrilateral. More...
 
template<typename OutType , typename PointCoordVecType >
VTKM_EXEC OutType vtkm::worklet::cellmetrics::CellShapeMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagTetra, vtkm::ErrorCode &ec)
 Compute the shape of a tetrahedron. More...
 
template<typename OutType , typename PointCoordVecType >
VTKM_EXEC OutType vtkm::worklet::cellmetrics::CellShapeMetric (const vtkm::IdComponent &numPts, const PointCoordVecType &pts, vtkm::CellShapeTagHexahedron, vtkm::ErrorCode &ec)
 Compute the shape of a hexahedral cell. More...