- 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)