|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Vector | GetTetraL0 (const CollectionOfPoints &pts) |
| Returns the L0 vector, as defined by the verdict manual. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Vector | GetTetraL1 (const CollectionOfPoints &pts) |
| Returns the L1 vector, as defined by the verdict manual. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Vector | GetTetraL2 (const CollectionOfPoints &pts) |
| Returns the L2 vector, as defined by the verdict manual. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Vector | GetTetraL3 (const CollectionOfPoints &pts) |
| Returns the L3 vector, as defined by the verdict manual. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Vector | GetTetraL4 (const CollectionOfPoints &pts) |
| Returns the L4 vector, as defined by the verdict manual. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Vector | GetTetraL5 (const CollectionOfPoints &pts) |
| Returns the L5 vector, as defined by the verdict manual. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Scalar | GetTetraL0Magnitude (const CollectionOfPoints &pts) |
| Returns the L0 vector's magnitude, as defined by the verdict manual. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Scalar | GetTetraL1Magnitude (const CollectionOfPoints &pts) |
| Returns the L1 vector's magnitude, as defined by the verdict manual. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Scalar | GetTetraL2Magnitude (const CollectionOfPoints &pts) |
| Returns the L2 vector's magnitude, as defined by the verdict manual. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Scalar | GetTetraL3Magnitude (const CollectionOfPoints &pts) |
| Returns the L3 vector's magnitude, as defined by the verdict manual. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Scalar | GetTetraL4Magnitude (const CollectionOfPoints &pts) |
| Returns the L4 vector's magnitude, as defined by the verdict manual. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Scalar | GetTetraL5Magnitude (const CollectionOfPoints &pts) |
| Returns the L5 vector's magnitude, as defined by the verdict manual. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Scalar | GetTetraLMax (const CollectionOfPoints &pts) |
| Returns the Max of the magnitude of each vector which makes up the edges of the Tetra. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Scalar | GetTetraLMin (const CollectionOfPoints &pts) |
| Returns the Min of the magnitude of each vector which makes up the sides of the Tetra. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Scalar | GetTetraArea (const CollectionOfPoints &pts) |
| Returns the surface area of the Tetra. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Scalar | GetTetraVolume (const CollectionOfPoints &pts) |
| Returns the volume of the Tetra. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Scalar | GetTetraInradius (const CollectionOfPoints &pts) |
| Returns the inradius of the Tetra. More...
|
|
template<typename Scalar , typename Vector , typename CollectionOfPoints > |
VTKM_EXEC Scalar | GetTetraCircumradius (const CollectionOfPoints &pts) |
| Returns the circumradius of the Tetra. More...
|
|