#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 Point3< ScalarType > &qt) |
Definition at line 505 of file face/distance.h.
| typedef Point3<ScalarType> vcg::face::PointDistanceBaseFunctor< S >::QueryType |
Definition at line 508 of file face/distance.h.
| typedef S vcg::face::PointDistanceBaseFunctor< S >::ScalarType |
Definition at line 507 of file face/distance.h.
| bool vcg::face::PointDistanceBaseFunctor< S >::operator() | ( | const FACETYPE & | f, | |
| const Point3< SCALARTYPE > & | p, | |||
| SCALARTYPE & | minDist, | |||
| Point3< SCALARTYPE > & | q | |||
| ) | [inline] |
Definition at line 512 of file face/distance.h.
| static const Point3<ScalarType>& vcg::face::PointDistanceBaseFunctor< S >::Pos | ( | const Point3< ScalarType > & | qt | ) | [inline, static] |
Definition at line 510 of file face/distance.h.