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

Method GetIngoingEdges

tools/openlr/graph.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void Graph::GetIngoingEdges(Junction const & junction, EdgeListT & edges)
50{
51 GetRegularIngoingEdges(junction, edges);
52 m_graph.GetFakeIngoingEdges(junction, edges);
53}
54
55void Graph::GetRegularOutgoingEdges(Junction const & junction, EdgeListT & edges)
56{

Callers 4

GetAllSuitablePathsMethod · 0.45
GetStartLinesMethod · 0.45
GetAllSuitablePathsMethod · 0.45

Calls 1

GetFakeIngoingEdgesMethod · 0.80

Tested by

no test coverage detected