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 refactor merging of segregated roads 2017-01-03 12:32:51 +01:00
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 refactor merging of segregated roads 2017-01-03 12:32:51 +01:00
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 fix emitting invalid turn types, now surfacing due to changes in obvious detection 2017-01-18 15:56:48 +01:00
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 clean-up guidance code/code in general 2016-12-07 12:10:56 +01:00
road_classification.hpp Add headers consistency check 2016-12-15 10:58:17 +01:00
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 Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
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 Check activation index of EntryClass and warn if activation failed 2017-07-13 22:14:41 +00:00
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 Warn on unused return values in guidance code, resolves #2686. 2016-08-03 12:26:07 +02:00
turn_lane_data.hpp remove usage of use-lane completely 2017-07-18 11:23:46 +02:00
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 clean-up guidance code/code in general 2016-12-07 12:10:56 +01:00
turn_lane_types.hpp Port isc file 2017-06-27 09:58:19 +00:00