Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetCrossBorderPenalty
Method
GetCrossBorderPenalty
libs/routing/world_graph.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
RouteWeight WorldGraph::GetCrossBorderPenalty(NumMwmId mwmId1, NumMwmId mwmId2)
82
{
83
return RouteWeight(0);
84
}
85
86
std::string DebugPrint(WorldGraphMode mode)
87
{
Callers
3
GetEdgesList
Method · 0.45
CalcMiddleCrossMwmWeight
Method · 0.45
GetEdgeList
Method · 0.45
Calls
1
RouteWeight
Class · 0.70
Tested by
no test coverage detected