#include <curve_on_manifold.h>
Public Member Functions | |
EdgePointSplit (CoM &_com, KdTree< ScalarType > &_kdtree, MeshType &_poly) | |
void | operator() (VertexType &nv, face::Pos< FaceType > ep) |
Color4b | WedgeInterp (Color4b &c0, Color4b &c1) |
TexCoord2f | WedgeInterp (TexCoord2f &t0, TexCoord2f &t1) |
Public Attributes | |
CoM & | com |
KdTree< ScalarType > & | kdtree |
MeshType & | poly |
Definition at line 605 of file curve_on_manifold.h.
vcg::tri::CoM< MeshType >::EdgePointSplit::EdgePointSplit | ( | CoM & | _com, |
KdTree< ScalarType > & | _kdtree, | ||
MeshType & | _poly | ||
) | [inline] |
Definition at line 611 of file curve_on_manifold.h.
void vcg::tri::CoM< MeshType >::EdgePointSplit::operator() | ( | VertexType & | nv, |
face::Pos< FaceType > | ep | ||
) | [inline] |
Definition at line 612 of file curve_on_manifold.h.
Color4b vcg::tri::CoM< MeshType >::EdgePointSplit::WedgeInterp | ( | Color4b & | c0, |
Color4b & | c1 | ||
) | [inline] |
Definition at line 629 of file curve_on_manifold.h.
TexCoord2f vcg::tri::CoM< MeshType >::EdgePointSplit::WedgeInterp | ( | TexCoord2f & | t0, |
TexCoord2f & | t1 | ||
) | [inline] |
Definition at line 635 of file curve_on_manifold.h.
CoM& vcg::tri::CoM< MeshType >::EdgePointSplit::com |
Definition at line 607 of file curve_on_manifold.h.
KdTree<ScalarType>& vcg::tri::CoM< MeshType >::EdgePointSplit::kdtree |
Definition at line 608 of file curve_on_manifold.h.
MeshType& vcg::tri::CoM< MeshType >::EdgePointSplit::poly |
Definition at line 609 of file curve_on_manifold.h.