#include <distance.h>
Public Types | |
typedef VertexType::ScalarType | ScalarType |
Public Member Functions | |
bool | operator() (const VertexType &v, const VertexType &vp, ScalarType &minDist, Point3< ScalarType > &q) |
ScalarType | operator() (const Point3< ScalarType > &p0, const Point3< ScalarType > &n0, const Point3< ScalarType > &p1, const Point3< ScalarType > &n1) |
Static Public Member Functions | |
static const Point3< ScalarType > & | Pos (const VertexType &qt) |
Definition at line 135 of file vertex/distance.h.
typedef VertexType::ScalarType vcg::vertex::ApproximateGeodesicDistanceFunctor< VertexType >::ScalarType |
Definition at line 137 of file vertex/distance.h.
bool vcg::vertex::ApproximateGeodesicDistanceFunctor< VertexType >::operator() | ( | const VertexType & | v, |
const VertexType & | vp, | ||
ScalarType & | minDist, | ||
Point3< ScalarType > & | q | ||
) | [inline] |
Definition at line 140 of file vertex/distance.h.
ScalarType vcg::vertex::ApproximateGeodesicDistanceFunctor< VertexType >::operator() | ( | const Point3< ScalarType > & | p0, |
const Point3< ScalarType > & | n0, | ||
const Point3< ScalarType > & | p1, | ||
const Point3< ScalarType > & | n1 | ||
) | [inline] |
Definition at line 150 of file vertex/distance.h.
static const Point3<ScalarType>& vcg::vertex::ApproximateGeodesicDistanceFunctor< VertexType >::Pos | ( | const VertexType & | qt | ) | [inline, static] |
Definition at line 138 of file vertex/distance.h.