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