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

Method GetTwinsInner

libs/routing/single_vehicle_world_graph.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void SingleVehicleWorldGraph::GetTwinsInner(Segment const & segment, bool isOutgoing, vector<Segment> & twins)
205{
206 m_crossMwmGraph->GetTwins(segment, isOutgoing, twins);
207}
208
209RouteWeight SingleVehicleWorldGraph::GetCrossBorderPenalty(NumMwmId mwmId1, NumMwmId mwmId2)
210{

Callers

nothing calls this directly

Calls 1

GetTwinsMethod · 0.45

Tested by

no test coverage detected