![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <NBEdge.h>
Public Member Functions | |
| connections_toedgelane_finder (const NBEdge *const edge2find, int lane2find, int fromLane2find) | |
| constructor | |
| bool | operator() (const Connection &c) const |
| operator () | |
Private Attributes | |
| const NBEdge *const | myEdge2Find |
| edge to find | |
| int | myFromLane2Find |
| from lane to find | |
| int | myLane2Find |
| lane to find | |
|
inline |
constructor
Definition at line 1906 of file NBEdge.h.
References myEdge2Find, myFromLane2Find, myLane2Find, and NBEdge::NBEdge().
|
inline |
operator ()
Definition at line 1912 of file NBEdge.h.
References NBEdge::Connection::fromLane, myEdge2Find, myFromLane2Find, myLane2Find, NBEdge::Connection::toEdge, and NBEdge::Connection::toLane.
|
private |
edge to find
Definition at line 1918 of file NBEdge.h.
Referenced by connections_toedgelane_finder(), and operator()().
|
private |
from lane to find
Definition at line 1924 of file NBEdge.h.
Referenced by connections_toedgelane_finder(), and operator()().
|
private |
lane to find
Definition at line 1921 of file NBEdge.h.
Referenced by connections_toedgelane_finder(), and operator()().