MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / unpackPath

Function unpackPath

unit_tests/engine/offline_facade.cpp:367–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365
366template <typename RandomIter, typename FacadeT>
367void unpackPath(const FacadeT &facade,
368 RandomIter packed_path_begin,
369 RandomIter packed_path_end,
370 const PhantomEndpoints &endpoints,
371 std::vector<PathData> &unpacked_path)
372{
373 mld::unpackPath(facade, packed_path_begin, packed_path_end, endpoints, unpacked_path);
374}
375
376} // namespace routing_algorithms::offline
377

Callers 4

directShortestPathSearchFunction · 0.50
unpackEdgeFunction · 0.50
getNetworkDistanceFunction · 0.50
alternativePathSearchFunction · 0.50

Calls

no outgoing calls

Tested by 1

directShortestPathSearchFunction · 0.40