MCPcopy Create free account
hub / github.com/comaps/comaps / SetCurrentSubrouteIdx

Method SetCurrentSubrouteIdx

libs/routing/route.hpp:325–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323 RoutingSettings const & GetCurrentRoutingSettings() const { return m_routingSettings; }
324
325 void SetCurrentSubrouteIdx(size_t currentSubrouteIdx) { m_currentSubrouteIdx = currentSubrouteIdx; }
326
327 template <class V>
328 void SetSubroteAttrs(V && subroutes)

Callers 3

CalculateRouteMethod · 0.80
DoCalculateRouteMethod · 0.80
AdjustRouteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected