osrm-backend/include/engine/routing_algorithms
Michael Krasnyk 59b70c4d11 Make CoreCH SearchEngineData inherited from CH one
this allows to keep a single Algorithm template parameter in internal
interfaces as

template <typename Algorithm>
search(SearchEngineData<Algorithm> &,
       const datafacade::ContiguousInternalMemoryDataFacade<Algorithm> &, ...)
2017-04-12 10:54:09 +00:00
..
alternative_path.hpp add Algorithm parameter to SearchEngineData 2017-04-06 10:36:40 +02:00
direct_shortest_path.hpp Make CoreCH SearchEngineData inherited from CH one 2017-04-12 10:54:09 +00:00
many_to_many.hpp add Algorithm parameter to SearchEngineData 2017-04-06 10:36:40 +02:00
map_matching.hpp Make CoreCH SearchEngineData inherited from CH one 2017-04-12 10:54:09 +00:00
routing_base_ch.hpp Make explicit fallback to CH heaps in CoreCH algorithms 2017-04-12 10:54:09 +00:00
routing_base_mld.hpp Remove {forward,reverse}_core_heap arguments from search interface 2017-04-12 10:54:09 +00:00
routing_base.hpp Refactor turn data into own class 2017-04-06 15:42:38 +00:00
shortest_path.hpp Make CoreCH SearchEngineData inherited from CH one 2017-04-12 10:54:09 +00:00
tile_turns.hpp itroduce ADL via algorithm specific ch, corech and mld namespaces 2017-04-06 10:36:40 +02:00