osrm-backend/include/contractor
Moritz Kobitzsch 561b7cc58e Rember Intersection Shapes
Changes the processing order in the edge based graph factory.
Instead of iterating over all outgoing edges in order, we compute the edge
expanded graph in the order of intersections.
This allows to remember intersection shapes and re-use them for all possible ingoing edges.

Also: use low accuracry mode for intersections degree 2 intersections

We can use lower accuracy here, since the `bearing`
after the turn is not as relevant for off-route detection.
Getting lost is near impossible here.
2016-12-01 15:24:20 +01:00
..
contractor_config.hpp implement flag edge-weight-updates-over-factor, to log edge weight 2016-09-28 15:19:59 +02:00
contractor.hpp implement flag edge-weight-updates-over-factor, to log edge weight 2016-09-28 15:19:59 +02:00
crc32_processor.hpp Fix unused variables warnings in crc32 2016-06-20 22:43:28 +02:00
graph_contractor.hpp Rename increasingly inaccuratly named distance member of QueryEdge to weight 2016-10-21 21:00:02 +02:00
query_edge.hpp Rember Intersection Shapes 2016-12-01 15:24:20 +01:00