CGAL 5.2.2 - Triangulated Surface Mesh Shortest Paths
|
#include <CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits.h>
K.
A model of the concept SurfaceMeshShortestPathTraits
as required by the Surface_mesh_shortest_path
class.
K | A CGAL Kernel |
TriangleMesh | A model of FaceListGraph |
Public Types | |
typedef K | Kernel |
Kernel type. | |
typedef TriangleMesh | Triangle_mesh |
Triangle mesh type. | |
typedef std::array< FT, 3 > | Barycentric_coordinates |
Barycentric coordinates type. | |