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

Method MoveRoutePoint

libs/map/routing_manager.cpp:1013–1019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1011}
1012
1013void RoutingManager::MoveRoutePoint(RouteMarkType currentType, size_t currentIntermediateIndex,
1014 RouteMarkType targetType, size_t targetIntermediateIndex)
1015{
1016 ASSERT(m_bmManager != nullptr, ());
1017 RoutePointsLayout routePoints(*m_bmManager);
1018 routePoints.MoveRoutePoint(currentType, currentIntermediateIndex, targetType, targetIntermediateIndex);
1019}
1020
1021void RoutingManager::MoveRoutePoint(size_t currentIndex, size_t targetIndex)
1022{

Callers

nothing calls this directly

Calls 2

ASSERTFunction · 0.85
GetRoutePointsCountMethod · 0.45

Tested by

no test coverage detected