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

Method GetIngoingEdges

libs/routing/road_graph.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void IRoadGraph::GetIngoingEdges(JunctionPointT const & junction, EdgeListT & edges) const
195{
196 GetFakeIngoingEdges(junction, edges);
197 GetRegularIngoingEdges(junction, edges);
198}
199
200void IRoadGraph::GetRegularOutgoingEdges(JunctionPointT const & junction, EdgeListT & edges) const
201{

Callers 3

GetIngoingEdgesListMethod · 0.45
UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.36