MCPcopy 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
81RouteWeight WorldGraph::GetCrossBorderPenalty(NumMwmId mwmId1, NumMwmId mwmId2)
82{
83 return RouteWeight(0);
84}
85
86std::string DebugPrint(WorldGraphMode mode)
87{

Callers 3

GetEdgesListMethod · 0.45
GetEdgeListMethod · 0.45

Calls 1

RouteWeightClass · 0.70

Tested by

no test coverage detected