| 41 | {} |
| 42 | |
| 43 | void Graph::GetOutgoingEdges(Junction const & junction, EdgeListT & edges) |
| 44 | { |
| 45 | GetRegularOutgoingEdges(junction, edges); |
| 46 | m_graph.GetFakeOutgoingEdges(junction, edges); |
| 47 | } |
| 48 | |
| 49 | void Graph::GetIngoingEdges(Junction const & junction, EdgeListT & edges) |
| 50 | { |
no test coverage detected