SUMO - Simulation of Urban MObility
|
Public Member Functions | |
by_connections_to_sorter (const MSEdge *const e) | |
constructor More... | |
int | operator() (const MSEdge *const e1, const MSEdge *const e2) const |
comparing operator More... | |
Private Member Functions | |
by_connections_to_sorter & | operator= (const by_connections_to_sorter &) |
Private Attributes | |
const MSEdge *const | myEdge |
SUMOReal | myLaneDir |
|
explicit |
constructor
Definition at line 1343 of file MSLane.cpp.
int MSLane::by_connections_to_sorter::operator() | ( | const MSEdge *const | e1, |
const MSEdge *const | e2 | ||
) | const |
comparing operator
Definition at line 1350 of file MSLane.cpp.
References MSEdge::allowedLanes(), GeomHelper::getMinAngleDiff(), MSLane::getShape(), M_PI, MSLane::myEdge, and SUMOReal.
|
private |
|
private |
|
private |