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

Method GetOutgoingEdges

libs/routing/road_graph.cpp:188–192  ·  view source on GitHub ↗

IRoadGraph ------------------------------------------------------------------

Source from the content-addressed store, hash-verified

186
187// IRoadGraph ------------------------------------------------------------------
188void IRoadGraph::GetOutgoingEdges(JunctionPointT const & junction, EdgeListT & edges) const
189{
190 GetFakeOutgoingEdges(junction, edges);
191 GetRegularOutgoingEdges(junction, edges);
192}
193
194void IRoadGraph::GetIngoingEdges(JunctionPointT const & junction, EdgeListT & edges) const
195{

Callers 3

GetOutgoingEdgesListMethod · 0.45
UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.36