osrm-backend/extractor
Daniel Patterson b9a4c322a7 Add ability to debug routing graph visually by dumping
annotated GeoJSON during processing.
2015-11-19 10:41:44 -05:00
..
edge_based_graph_factory.cpp Add ability to debug routing graph visually by dumping 2015-11-19 10:41:44 -05:00
edge_based_graph_factory.hpp Add ability to debug routing graph visually by dumping 2015-11-19 10:41:44 -05:00
extraction_containers.cpp Rename great_circle_distance->haversine_distance, and euclidean_distance->great_circle_distance, because that's what they actually are. 2015-11-17 17:10:06 -05:00
extraction_containers.hpp Fix processing for data files with incorrect node references 2015-09-10 12:22:03 +02:00
extraction_helper_functions.hpp Remove hand written conversion code and replace with stdlib features. 2015-09-29 16:15:54 +02:00
extraction_node.hpp change copyright line from personal names to project 2015-02-19 09:19:51 +01:00
extraction_way.hpp Remove unused memebers and rename to currrent style convention 2015-07-01 18:07:29 +02:00
extractor_callbacks.cpp Use Boost.Optional instead of custom optional monad implementation. 2015-09-28 15:00:21 +02:00
extractor_callbacks.hpp Use Boost.Optional instead of custom optional monad implementation. 2015-09-28 15:00:21 +02:00
extractor_options.cpp Add ability to debug routing graph visually by dumping 2015-11-19 10:41:44 -05:00
extractor_options.hpp Add ability to debug routing graph visually by dumping 2015-11-19 10:41:44 -05:00
extractor.cpp Add ability to debug routing graph visually by dumping 2015-11-19 10:41:44 -05:00
extractor.hpp Refactor edge expansion into extract phase. New temporary file is generated - '.osrm.ebg' which is used by 2015-10-06 09:23:17 -07:00
first_and_last_segment_of_way.hpp change copyright line from personal names to project 2015-02-19 09:19:51 +01:00
internal_extractor_edge.hpp Modernize the code base to C++11 standards and beyond. 2015-08-18 12:56:34 +02:00
restriction_parser.cpp Use Boost.Optional instead of custom optional monad implementation. 2015-09-28 15:00:21 +02:00
restriction_parser.hpp Do not use an incomplete type with value semantics 2015-09-28 16:50:36 +02:00
scripting_environment.cpp Implement raster source feature to read data from third-party sources, to be used in lua profiles. 2015-09-03 22:28:18 -07:00
scripting_environment.hpp Add documentation to ScriptingEnvironment 2015-04-21 20:00:58 +02:00
speed_profile.hpp Refactor edge expansion into extract phase. New temporary file is generated - '.osrm.ebg' which is used by 2015-10-06 09:23:17 -07:00