Home
last modified time | relevance | path

Searched refs:way_restriction_map (Results 1 – 5 of 5) sorted by relevance

/dports/www/osrm-backend/osrm-backend-5.26.0/src/extractor/
H A Dedge_based_graph_factory.cpp244 const WayRestrictionMap &way_restriction_map, in Run() argument
249 LabelEdgeBasedNodes() + way_restriction_map.NumberOfDuplicatedNodes(); in Run()
259 auto mapping = GenerateEdgeExpandedNodes(way_restriction_map); in Run()
273 way_restriction_map, in Run()
327 EdgeBasedGraphFactory::GenerateEdgeExpandedNodes(const WayRestrictionMap &way_restriction_map) in GenerateEdgeExpandedNodes() argument
377 const auto via_edges = way_restriction_map.DuplicatedViaEdges(); in GenerateEdgeExpandedNodes()
432 << way_restriction_map.NumberOfDuplicatedNodes() in GenerateEdgeExpandedNodes()
449 const WayRestrictionMap &way_restriction_map, in GenerateEdgeExpandedEdges() argument
977 way_restriction_map.GetRestrictions( in GenerateEdgeExpandedEdges()
996 way_restriction_map.RemapIfRestrictionVia( in GenerateEdgeExpandedEdges()
[all …]
H A Dextractor.cpp835 WayRestrictionMap way_restriction_map(restriction_graph); in ProcessGuidanceTurns() local
843 way_restriction_map, in ProcessGuidanceTurns()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/guidance/
H A Dguidance_processing.cpp27 const extractor::WayRestrictionMap &way_restriction_map, in annotateTurns() argument
206 way_restriction_map.IsViaWayEdge(incoming_edge.node, intersection_node); in annotateTurns()
248 const auto duplicated_nodes = way_restriction_map.DuplicatedNodeIDs( in annotateTurns()
259 const auto is_way_restricted = way_restriction_map.IsRestricted( in annotateTurns()
265 way_restriction_map.GetRestrictions( in annotateTurns()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/extractor/
H A Dedge_based_graph_factory.hpp86 const WayRestrictionMap &way_restriction_map,
154 std::vector<NBGToEBG> GenerateEdgeExpandedNodes(const WayRestrictionMap &way_restriction_map);
167 const WayRestrictionMap &way_restriction_map,
/dports/www/osrm-backend/osrm-backend-5.26.0/include/guidance/
H A Dguidance_processing.hpp36 const extractor::WayRestrictionMap &way_restriction_map,