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

Method GetFakeOutgoingEdges

libs/routing/road_graph.cpp:212–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void IRoadGraph::GetFakeOutgoingEdges(JunctionPointT const & junction, EdgeListT & edges) const
213{
214 auto const it = m_fakeOutgoingEdges.find(junction);
215 if (it != m_fakeOutgoingEdges.cend())
216 edges.append(it->second.cbegin(), it->second.cend());
217}
218
219void IRoadGraph::GetFakeIngoingEdges(JunctionPointT const & junction, EdgeListT & edges) const
220{

Callers 1

GetOutgoingEdgesMethod · 0.80

Calls 4

findMethod · 0.45
cendMethod · 0.45
appendMethod · 0.45
cbeginMethod · 0.45

Tested by

no test coverage detected