![]() |
SUMO - Simulation of Urban MObility
|
A structure representing a connection between two lanes. More...
Public Member Functions | |
PostProcessConnection (const std::string &from_, int fromLane_, const std::string &to_, int toLane_, bool mayDefinitelyPass_, bool keepClear_, SUMOReal contPos_) | |
Constructor. More... | |
Data Fields | |
SUMOReal | contPos |
custom position for internal junction on this connection More... | |
std::string | from |
The id of the edge the connection starts at. More... | |
int | fromLane |
The number of the lane the connection starts at. More... | |
bool | keepClear |
Whether the connection may be passed without braking. More... | |
bool | mayDefinitelyPass |
Whether the connection may be passed without braking. More... | |
std::string | to |
The id of the edge the connection ends at. More... | |
int | toLane |
The number of the lane the connection ends at. More... | |
A structure representing a connection between two lanes.
Definition at line 542 of file NBEdgeCont.h.
|
inline |
Constructor.
[in] | from | The id of the edge the connection starts at |
[in] | fromLane | The number of the lane the connection starts at |
[in] | to | The id of the edge the connection ends at |
[in] | toLane | The number of the lane the connection ends at |
[in] | mayDefinitelyPass | Whether the connection may be passed without braking |
Definition at line 551 of file NBEdgeCont.h.
SUMOReal NBEdgeCont::PostProcessConnection::contPos |
custom position for internal junction on this connection
Definition at line 567 of file NBEdgeCont.h.
std::string NBEdgeCont::PostProcessConnection::from |
The id of the edge the connection starts at.
Definition at line 555 of file NBEdgeCont.h.
int NBEdgeCont::PostProcessConnection::fromLane |
The number of the lane the connection starts at.
Definition at line 557 of file NBEdgeCont.h.
bool NBEdgeCont::PostProcessConnection::keepClear |
Whether the connection may be passed without braking.
Definition at line 565 of file NBEdgeCont.h.
bool NBEdgeCont::PostProcessConnection::mayDefinitelyPass |
Whether the connection may be passed without braking.
Definition at line 563 of file NBEdgeCont.h.
std::string NBEdgeCont::PostProcessConnection::to |
The id of the edge the connection ends at.
Definition at line 559 of file NBEdgeCont.h.
int NBEdgeCont::PostProcessConnection::toLane |
The number of the lane the connection ends at.
Definition at line 561 of file NBEdgeCont.h.