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

Method ShortestPathSearch

include/engine/routing_algorithms.hpp:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162template <routing_algorithms::RoutingAlgorithm Algorithm>
163InternalRouteResult RoutingAlgorithms<Algorithm>::ShortestPathSearch(
164 const std::vector<PhantomNodeCandidates> &waypoint_candidates,
165 const std::optional<bool> continue_straight_at_waypoint) const
166{
167 return routing_algorithms::shortestPathSearch(
168 heaps, *facade, waypoint_candidates, continue_straight_at_waypoint);
169}
170
171template <routing_algorithms::RoutingAlgorithm Algorithm>
172InternalRouteResult RoutingAlgorithms<Algorithm>::DirectShortestPathSearch(

Callers 3

HandleRequestMethod · 0.80
ComputeRouteMethod · 0.80
HandleRequestMethod · 0.80

Calls 1

shortestPathSearchFunction · 0.85

Tested by

no test coverage detected