![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <NBEdge.h>
Public Member Functions | |
| connections_finder (int fromLane, NBEdge *const edge2find, int lane2find, bool invertEdge2find=false) | |
| constructor | |
| bool | operator() (const Connection &c) const |
| operator () | |
Private Attributes | |
| NBEdge *const | myEdge2Find |
| edge to find | |
| int | myFromLane |
| index of from lane | |
| bool | myInvertEdge2find |
| invert edge to find | |
| int | myLane2Find |
| lane to find | |
|
inline |
constructor
Definition at line 1931 of file NBEdge.h.
References myEdge2Find, myFromLane, myInvertEdge2find, myLane2Find, and NBEdge::NBEdge().
|
inline |
operator ()
Definition at line 1935 of file NBEdge.h.
References NBEdge::Connection::fromLane, myEdge2Find, myFromLane, myInvertEdge2find, myLane2Find, NBEdge::Connection::toEdge, and NBEdge::Connection::toLane.
|
private |
edge to find
Definition at line 1946 of file NBEdge.h.
Referenced by connections_finder(), and operator()().
|
private |
index of from lane
Definition at line 1943 of file NBEdge.h.
Referenced by connections_finder(), and operator()().
|
private |
invert edge to find
Definition at line 1952 of file NBEdge.h.
Referenced by connections_finder(), and operator()().
|
private |
lane to find
Definition at line 1949 of file NBEdge.h.
Referenced by connections_finder(), and operator()().