#include <distance.h>
Public Types | |
typedef Point3< ScalarType > | QueryType |
typedef VERTEXYPE::ScalarType | ScalarType |
Public Member Functions | |
bool | operator() (const VERTEXYPE &p, const QueryType &qp, ScalarType &minDist, Point3< ScalarType > &q) |
Static Public Member Functions | |
static Point3< ScalarType > & | Cen () |
static const Point3< ScalarType > & | Pos (const QueryType &qt) |
Definition at line 109 of file vertex/distance.h.
typedef Point3<ScalarType> vcg::vertex::PointScaledDistanceFunctor< VERTEXYPE >::QueryType |
Definition at line 112 of file vertex/distance.h.
typedef VERTEXYPE::ScalarType vcg::vertex::PointScaledDistanceFunctor< VERTEXYPE >::ScalarType |
Definition at line 111 of file vertex/distance.h.
static Point3<ScalarType>& vcg::vertex::PointScaledDistanceFunctor< VERTEXYPE >::Cen | ( | ) | [inline, static] |
Definition at line 115 of file vertex/distance.h.
bool vcg::vertex::PointScaledDistanceFunctor< VERTEXYPE >::operator() | ( | const VERTEXYPE & | p, |
const QueryType & | qp, | ||
ScalarType & | minDist, | ||
Point3< ScalarType > & | q | ||
) | [inline] |
Definition at line 118 of file vertex/distance.h.
static const Point3<ScalarType>& vcg::vertex::PointScaledDistanceFunctor< VERTEXYPE >::Pos | ( | const QueryType & | qt | ) | [inline, static] |
Definition at line 113 of file vertex/distance.h.