osrm-backend/include/extractor
Daniel Patterson 49441fe204 Make forward/reverse weight/offset calculated at query time,
rather than being cached in the StaticRTree.  This means we
can freely apply traffic data and not have stale values lying
around.  It reduces the size of the RTree on disk, at the expense
of some additional data in RAM.
2016-03-03 10:49:12 -08:00
..
compressed_edge_container.hpp Make forward/reverse weight/offset calculated at query time, 2016-03-03 10:49:12 -08:00
edge_based_edge.hpp Split import_edge.hpp: node_based_edge.hpp, edge_based_edge.hpp closes #1604 2016-01-11 20:11:44 +01:00
edge_based_graph_factory.hpp Make forward/reverse weight/offset calculated at query time, 2016-03-03 10:49:12 -08:00
edge_based_node.hpp Make forward/reverse weight/offset calculated at query time, 2016-03-03 10:49:12 -08:00
external_memory_node.hpp Create public facing libraries for extractor, contractor and datastore 2016-01-21 06:47:34 +01:00
extraction_containers.hpp Run clang-format 2016-01-08 01:31:57 +01:00
extraction_helper_functions.hpp Fixes undefined behavior via One-Definition-Rule violations 2016-02-26 06:39:52 +01:00
extraction_node.hpp Run clang-format 2016-01-08 01:31:57 +01:00
extraction_way.hpp Run clang-format 2016-01-08 01:31:57 +01:00
extractor_callbacks.hpp Takes care of proper special member generation globally, fixes #1689 2016-01-27 17:25:30 +01:00
extractor_config.hpp Remove GeoJSON based debugging output, we can now generate vector tiles with roughly the same data on-the-fly. 2016-03-01 23:51:25 +01:00
extractor.hpp Create public facing libraries for extractor, contractor and datastore 2016-01-21 06:47:34 +01:00
first_and_last_segment_of_way.hpp Run modernizer 2016-01-18 16:54:30 +01:00
graph_compressor.hpp Run clang-format 2016-01-08 01:31:57 +01:00
internal_extractor_edge.hpp Split import_edge.hpp: node_based_edge.hpp, edge_based_edge.hpp closes #1604 2016-01-11 20:11:44 +01:00
node_based_edge.hpp Run modernizer 2016-01-18 16:54:30 +01:00
original_edge_data.hpp Run clang-format 2016-01-08 01:31:57 +01:00
query_node.hpp modify turn angles and instructions 2016-02-15 20:13:55 +01:00
raster_source.hpp Transforms osrm_exception to exception 2016-02-12 15:46:24 -08:00
restriction_map.hpp Split import_edge.hpp: node_based_edge.hpp, edge_based_edge.hpp closes #1604 2016-01-11 20:11:44 +01:00
restriction_parser.hpp Run clang-format 2016-01-08 01:31:57 +01:00
restriction.hpp Run clang-format 2016-01-08 01:31:57 +01:00
scripting_environment.hpp Takes care of proper special member generation globally, fixes #1689 2016-01-27 17:25:30 +01:00
speed_profile.hpp Run clang-format 2016-01-08 01:31:57 +01:00
tarjan_scc.hpp Split import_edge.hpp: node_based_edge.hpp, edge_based_edge.hpp closes #1604 2016-01-11 20:11:44 +01:00
travel_mode.hpp Adds a comment as to why the char to typed enum class transformation is not possible 2016-02-12 15:46:24 -08:00
turn_instructions.hpp modify turn angles and instructions 2016-02-15 20:13:55 +01:00