this allows to keep a single Algorithm template parameter in internal
interfaces as
template <typename Algorithm>
search(SearchEngineData<Algorithm> &,
const datafacade::ContiguousInternalMemoryDataFacade<Algorithm> &, ...)
|
||
|---|---|---|
| .. | ||
| alternative_path.cpp | ||
| direct_shortest_path.cpp | ||
| many_to_many.cpp | ||
| map_matching.cpp | ||
| routing_base_ch.cpp | ||
| routing_base.cpp | ||
| shortest_path.cpp | ||
| tile_turns.cpp | ||