#include <distance.h>
Public Types | |
typedef Point3< SCALARTYPE > | QueryType |
Public Member Functions | |
template<class VERTEXTYPE > | |
bool | operator() (const VERTEXTYPE &v, const Point3< SCALARTYPE > &p, SCALARTYPE &minDist, Point3< SCALARTYPE > &q) const |
Static Public Member Functions | |
static const Point3< SCALARTYPE > & | Pos (const QueryType &qt) |
Definition at line 44 of file vertex/distance.h.
typedef Point3<SCALARTYPE> vcg::vertex::PointDistanceFunctor< SCALARTYPE >::QueryType |
Definition at line 46 of file vertex/distance.h.
bool vcg::vertex::PointDistanceFunctor< SCALARTYPE >::operator() | ( | const VERTEXTYPE & | v, | |
const Point3< SCALARTYPE > & | p, | |||
SCALARTYPE & | minDist, | |||
Point3< SCALARTYPE > & | q | |||
) | const [inline] |
Definition at line 59 of file vertex/distance.h.
static const Point3<SCALARTYPE>& vcg::vertex::PointDistanceFunctor< SCALARTYPE >::Pos | ( | const QueryType & | qt | ) | [inline, static] |
Definition at line 47 of file vertex/distance.h.