|
SUMO - Simulation of Urban MObility
|
Sorts transportables by their positions. More...
#include <MSEdge.h>

Public Member Functions | |
| int | operator() (const MSTransportable *const c1, const MSTransportable *const c2) const |
| comparing operator More... | |
| transportable_by_position_sorter (SUMOTime timestep) | |
| constructor More... | |
Private Attributes | |
| SUMOTime | myTime |
|
inlineexplicit |
| int MSEdge::transportable_by_position_sorter::operator() | ( | const MSTransportable *const | c1, |
| const MSTransportable *const | c2 | ||
| ) | const |
comparing operator
Definition at line 712 of file MSEdge.cpp.
References MSTransportable::getCurrentStage(), MSTransportable::Stage::getEdgePos(), MSTransportable::getID(), myTime, and SUMOReal.
|
private |
Definition at line 668 of file MSEdge.h.
Referenced by operator()().