#include <distance.h>
Public Types | |
| typedef Point3< ScalarType > | QueryType |
| typedef S | ScalarType |
Public Member Functions | |
| template<class EDGETYPE , class SCALARTYPE > | |
| bool | operator() (const EDGETYPE &e, const Point3< SCALARTYPE > &p, SCALARTYPE &minDist, Point3< SCALARTYPE > &q) |
Static Public Member Functions | |
| static const Point3< ScalarType > & | Pos (const QueryType &qt) |
Definition at line 67 of file edge/distance.h.
| typedef Point3<ScalarType> vcg::edge::PointDistanceFunctor< S >::QueryType |
Definition at line 70 of file edge/distance.h.
| typedef S vcg::edge::PointDistanceFunctor< S >::ScalarType |
Definition at line 69 of file edge/distance.h.
| bool vcg::edge::PointDistanceFunctor< S >::operator() | ( | const EDGETYPE & | e, |
| const Point3< SCALARTYPE > & | p, | ||
| SCALARTYPE & | minDist, | ||
| Point3< SCALARTYPE > & | q | ||
| ) | [inline] |
Definition at line 74 of file edge/distance.h.
| static const Point3<ScalarType>& vcg::edge::PointDistanceFunctor< S >::Pos | ( | const QueryType & | qt | ) | [inline, static] |
Definition at line 71 of file edge/distance.h.