#include <curve_on_manifold.h>
Public Member Functions | |
EdgePointPred (CoM &_com, KdTree< ScalarType > &_kdtree) | |
bool | operator() (face::Pos< FaceType > ep) const |
Public Attributes | |
CoM & | com |
KdTree< ScalarType > & | kdtree |
Definition at line 580 of file curve_on_manifold.h.
vcg::tri::CoM< MeshType >::EdgePointPred::EdgePointPred | ( | CoM & | _com, |
KdTree< ScalarType > & | _kdtree | ||
) | [inline] |
Definition at line 586 of file curve_on_manifold.h.
bool vcg::tri::CoM< MeshType >::EdgePointPred::operator() | ( | face::Pos< FaceType > | ep | ) | const [inline] |
Definition at line 587 of file curve_on_manifold.h.
CoM& vcg::tri::CoM< MeshType >::EdgePointPred::com |
Definition at line 583 of file curve_on_manifold.h.
KdTree<ScalarType>& vcg::tri::CoM< MeshType >::EdgePointPred::kdtree |
Definition at line 584 of file curve_on_manifold.h.