the output iterator holding the output sequence of halfedges that form the shortest path from vs to vt on g
np
an optional sequence of Named Parameters among the ones listed below
Optional Named Parameters
a property map associating to each edge in the graph its weight or "length". The weights must all be non-negative.
Type: a class model of ReadablePropertyMap with boost::graph_traits<PolygonMesh>::edge_descriptor as key type and a value type which as specified in the named parameter distance_mapof the function boost::graph::dijkstra_shortest_paths(), with any model of RingNumberType fulfilling the requirements.
Default: get(boost::edge_weight, mesh)
a property map associating to each vertex of g a unique index between 0 and num_vertices(g) - 1
Type: a class model of ReadablePropertyMap with boost::graph_traits<PolygonMesh>::vertex_descriptor as key type and std::size_t as value type