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