ROVehicleByDepartureComperator()
Constructor.
void recheckForLoops(ConstROEdgeVector &edges)
Checks whether the given edge list contains loops and removes them.
bool operator()(ROVehicle *veh1, ROVehicle *veh2) const
Comparing operator.
std::vector< const ROEdge * > ConstROEdgeVector
SUMOTime getDepart() const
Returns the time the vehicle starts at, -1 for triggered vehicles.
Some helping methods for router.
A vehicle as used by router.
const std::string & getID() const
Returns the id of the vehicle.
A function for sorting vehicles by their departure time.
~ROVehicleByDepartureComperator()
Destructor.