osrm-backend/include/engine/datafacade
Daniel Patterson 81bc2f41a6
When matching, ignore 'is_startpoint' propert, snap to any edge (#5297)
Includes all edges in the rtree, but adds an `is_startpoint` flag to each.  Most plugin behaviour remains unchanged (non-startpoint edges aren't used as snapping candidates), but for map matching, we allow snapping to any edge.  This fixes map-matching across previously non-is_startpoint edges, like ferries, private service roads, and a few others.
2018-12-13 17:10:32 -07:00
..
algorithm_datafacade.hpp Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost. 2018-10-30 15:41:06 -07:00
contiguous_block_allocator.hpp Load data in two separate data regions 2018-04-07 00:22:29 +02:00
contiguous_internalmem_datafacade.hpp When matching, ignore 'is_startpoint' propert, snap to any edge (#5297) 2018-12-13 17:10:32 -07:00
datafacade_base.hpp When matching, ignore 'is_startpoint' propert, snap to any edge (#5297) 2018-12-13 17:10:32 -07:00
mmap_memory_allocator.hpp mmap tarfiles directly when mmapping is enabled, instead of copying data into separate mmapped block 2018-10-26 23:53:59 -07:00
process_memory_allocator.hpp Load data in two separate data regions 2018-04-07 00:22:29 +02:00
shared_memory_allocator.hpp Fix formating 2018-04-07 00:22:29 +02:00