![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <NBEdge.h>
Public Member Functions | |
| connections_toedge_finder (const NBEdge *const edge2find, bool hasFromLane=false) | |
| constructor | |
| bool | operator() (const Connection &c) const |
| operator () | |
Private Attributes | |
| const NBEdge *const | myEdge2Find |
| edge to find | |
| const bool | myHasFromLane |
| check if has from lane | |
|
inline |
constructor
Definition at line 1885 of file NBEdge.h.
References myEdge2Find, myHasFromLane, and NBEdge::NBEdge().
|
inline |
operator ()
Definition at line 1890 of file NBEdge.h.
References NBEdge::Connection::fromLane, myEdge2Find, myHasFromLane, and NBEdge::Connection::toEdge.
|
private |
edge to find
Definition at line 1899 of file NBEdge.h.
Referenced by connections_toedge_finder(), and operator()().
|
private |
check if has from lane
Definition at line 1896 of file NBEdge.h.
Referenced by connections_toedge_finder(), and operator()().