|
| template<typename TriangleMesh, typename VertexDistanceMap, typename Mode> |
| void | estimate_geodesic_distances (const TriangleMesh &tm, VertexDistanceMap vdm, typename boost::graph_traits< TriangleMesh >::vertex_descriptor source, Mode) |
| | computes for each vertex of the triangle mesh tm the estimated geodesic distance to a given source vertex.
|
| template<typename TriangleMesh, typename VertexDistanceMap, typename VertexConstRange, typename Mode> |
| void | estimate_geodesic_distances (const TriangleMesh &tm, VertexDistanceMap vdm, const VertexConstRange &sources, Mode) |
| | computes for each vertex of the triangle mesh tm the estimated geodesic distance to a given set of source vertices.
|