#include <geodesic.h>
Public Member Functions | |
VertDist (VertexPointer _v, ScalarType _d) | |
VertDist () | |
Public Attributes | |
ScalarType | d |
VertexPointer | v |
Definition at line 89 of file geodesic.h.
vcg::tri::Geo< MeshType, DistanceFunctor >::VertDist::VertDist | ( | ) | [inline] |
Definition at line 90 of file geodesic.h.
vcg::tri::Geo< MeshType, DistanceFunctor >::VertDist::VertDist | ( | VertexPointer | _v, | |
ScalarType | _d | |||
) | [inline] |
Definition at line 91 of file geodesic.h.
ScalarType vcg::tri::Geo< MeshType, DistanceFunctor >::VertDist::d |
Definition at line 93 of file geodesic.h.
VertexPointer vcg::tri::Geo< MeshType, DistanceFunctor >::VertDist::v |
Definition at line 92 of file geodesic.h.