#include <distance.h>
Public Types | |
typedef Point3< ScalarType > | QueryType |
typedef S | ScalarType |
Public Member Functions | |
template<class FACETYPE , class SCALARTYPE > | |
bool | operator() (const FACETYPE &f, const Point3< SCALARTYPE > &p, SCALARTYPE &minDist, Point3< SCALARTYPE > &q) |
Static Public Member Functions | |
static const Point3< ScalarType > & | Pos (const QueryType &qt) |
Definition at line 246 of file face/distance.h.
typedef Point3<ScalarType> vcg::face::PointDistanceFunctor< S >::QueryType |
Definition at line 249 of file face/distance.h.
typedef S vcg::face::PointDistanceFunctor< S >::ScalarType |
Definition at line 248 of file face/distance.h.
bool vcg::face::PointDistanceFunctor< S >::operator() | ( | const FACETYPE & | f, | |
const Point3< SCALARTYPE > & | p, | |||
SCALARTYPE & | minDist, | |||
Point3< SCALARTYPE > & | q | |||
) | [inline] |
Definition at line 253 of file face/distance.h.
static const Point3<ScalarType>& vcg::face::PointDistanceFunctor< S >::Pos | ( | const QueryType & | qt | ) | [inline, static] |
Definition at line 250 of file face/distance.h.