Public Types | Static Public Member Functions

spanned_volume_impl< PointType, 2 > Struct Template Reference

Implementation of the volume of simplices spanned by points in two geometrical dimension. More...

#include <spanned_volume.hpp>

Public Types

typedef traits::value_type
< PointType >::type 
value_type

Static Public Member Functions

static value_type apply (PointType const &p1, PointType const &p2)
static value_type apply (PointType const &A, PointType const &B, PointType const &C)

Detailed Description

template<typename PointType>
struct viennagrid::detail::spanned_volume_impl< PointType, 2 >

Implementation of the volume of simplices spanned by points in two geometrical dimension.


Member Typedef Documentation

typedef traits::value_type<PointType>::type value_type

Member Function Documentation

static value_type apply ( PointType const &  p1,
PointType const &  p2 
) [inline, static]
static value_type apply ( PointType const &  A,
PointType const &  B,
PointType const &  C 
) [inline, static]

The documentation for this struct was generated from the following file: