CGAL 4.8.1 - 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 |
G | A model of FaceListGraph |
Public Types | |
typedef K | Kernel |
Kernel type. | |
typedef G | Triangle_mesh |
Triangle mesh type. | |
typedef CGAL::cpp11::array< FT, 3 > | Barycentric_coordinate |
Barycentric coordinate type. | |