|
CGAL 5.1 - The Heat Method
|
Classes | |
| struct | Direct |
| A tag class used to specify that the heat method is applied to the input mesh. More... | |
| struct | Intrinsic_Delaunay |
| A tag class used to specify that the heat method applies the intrinsic Delaunay triangulation to the input mesh. More... | |
| class | Surface_mesh_geodesic_distances_3 |
Functions | |
| 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) |
| template<typename TriangleMesh , typename VertexDistanceMap , typename VertexConstRange , typename Mode > | |
| void | estimate_geodesic_distances (const TriangleMesh &tm, VertexDistanceMap vdm, const VertexConstRange &sources, Mode) |