osrm-backend/include/extractor/guidance
Moritz Kobitzsch 2ddd98ee6d simplify passing annotation data through OSRM pipeline using the node-based datastore
- separates node-based graph creation and compression from edge-based graph creation
 - moves usage of edge-based node data-container to pre-processing as well, unifying access to node-based data
 - single struct instead of separate vectors for annotation data in engine (single place of modification)
2017-10-09 18:44:43 +02:00
..
constants.hpp
coordinate_extractor.hpp simplify passing annotation data through OSRM pipeline using the node-based datastore 2017-10-09 18:44:43 +02:00
driveway_handler.hpp simplify passing annotation data through OSRM pipeline using the node-based datastore 2017-10-09 18:44:43 +02:00
intersection_generator.hpp simplify passing annotation data through OSRM pipeline using the node-based datastore 2017-10-09 18:44:43 +02:00
intersection_handler.hpp simplify passing annotation data through OSRM pipeline using the node-based datastore 2017-10-09 18:44:43 +02:00
intersection_normalization_operation.hpp
intersection_normalizer.hpp simplify passing annotation data through OSRM pipeline using the node-based datastore 2017-10-09 18:44:43 +02:00
intersection.hpp
mergable_road_detector.hpp simplify passing annotation data through OSRM pipeline using the node-based datastore 2017-10-09 18:44:43 +02:00
motorway_handler.hpp simplify passing annotation data through OSRM pipeline using the node-based datastore 2017-10-09 18:44:43 +02:00
node_based_graph_walker.hpp simplify passing annotation data through OSRM pipeline using the node-based datastore 2017-10-09 18:44:43 +02:00
parsing_toolkit.hpp
road_classification.hpp
roundabout_handler.hpp simplify passing annotation data through OSRM pipeline using the node-based datastore 2017-10-09 18:44:43 +02:00
roundabout_type.hpp
sliproad_handler.hpp simplify passing annotation data through OSRM pipeline using the node-based datastore 2017-10-09 18:44:43 +02:00
suppress_mode_handler.hpp simplify passing annotation data through OSRM pipeline using the node-based datastore 2017-10-09 18:44:43 +02:00
turn_analysis.hpp simplify passing annotation data through OSRM pipeline using the node-based datastore 2017-10-09 18:44:43 +02:00
turn_classification.hpp
turn_discovery.hpp clean-up guidance code/code in general 2016-12-07 12:10:56 +01:00
turn_handler.hpp simplify passing annotation data through OSRM pipeline using the node-based datastore 2017-10-09 18:44:43 +02:00
turn_instruction.hpp use enter + exit for roundabout instructions (#4358) 2017-09-05 12:30:34 -07:00
turn_lane_augmentation.hpp
turn_lane_data.hpp
turn_lane_handler.hpp simplify passing annotation data through OSRM pipeline using the node-based datastore 2017-10-09 18:44:43 +02:00
turn_lane_matcher.hpp
turn_lane_types.hpp