#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 183 of file face/distance.h.
| typedef Point3<ScalarType> vcg::face::PointDistanceEPFunctor< S >::QueryType |
Definition at line 186 of file face/distance.h.
| typedef S vcg::face::PointDistanceEPFunctor< S >::ScalarType |
Definition at line 185 of file face/distance.h.
| bool vcg::face::PointDistanceEPFunctor< S >::operator() | ( | const FACETYPE & | f, |
| const Point3< SCALARTYPE > & | p, | ||
| SCALARTYPE & | minDist, | ||
| Point3< SCALARTYPE > & | q | ||
| ) | [inline] |
Definition at line 190 of file face/distance.h.
| static const Point3<ScalarType>& vcg::face::PointDistanceEPFunctor< S >::Pos | ( | const QueryType & | qt | ) | [inline, static] |
Definition at line 187 of file face/distance.h.