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