![]() |
SUMO - Simulation of Urban MObility
|
#include <SUMOAbstractRouter.h>
Public Member Functions | |
EdgeInfo (const E *const e) | |
Constructor. More... | |
void | reset () |
Data Fields | |
const E *const | edge |
The current edge. More... | |
double | effort |
Effort to reach the edge. More... | |
double | heuristicEffort |
Estimated effort to reach the edge (effort + lower bound on remaining effort) More... | |
double | leaveTime |
The time the vehicle leaves the edge. More... | |
const EdgeInfo * | prev |
The previous edge. More... | |
const E * | via |
The optional internal edge corresponding to prev. More... | |
bool | visited |
The previous edge. More... | |
Private Member Functions | |
EdgeInfo & | operator= (const EdgeInfo &s)=delete |
Invalidated assignment operator. More... | |
A definition about a route's edge with the effort needed to reach it and the information about the previous edge.
Definition at line 53 of file SUMOAbstractRouter.h.
|
inline |
Constructor.
Definition at line 56 of file SUMOAbstractRouter.h.
|
privatedelete |
Invalidated assignment operator.
Referenced by SUMOAbstractRouter< E, V >::EdgeInfo::reset().
|
inline |
Definition at line 83 of file SUMOAbstractRouter.h.
References SUMOAbstractRouter< E, V >::EdgeInfo::operator=().
const E* const SUMOAbstractRouter< E, V >::EdgeInfo::edge |
The current edge.
Definition at line 62 of file SUMOAbstractRouter.h.
Referenced by SUMOAbstractRouterPermissions< MSEdge, SUMOVehicle >::isProhibited().
double SUMOAbstractRouter< E, V >::EdgeInfo::effort |
Effort to reach the edge.
Definition at line 65 of file SUMOAbstractRouter.h.
Referenced by SUMOAbstractRouter< E, IntermodalTrip< E, N, V > >::getTravelTime(), and SUMOAbstractRouter< E, IntermodalTrip< E, N, V > >::recomputeCosts().
double SUMOAbstractRouter< E, V >::EdgeInfo::heuristicEffort |
Estimated effort to reach the edge (effort + lower bound on remaining effort)
Definition at line 69 of file SUMOAbstractRouter.h.
double SUMOAbstractRouter< E, V >::EdgeInfo::leaveTime |
The time the vehicle leaves the edge.
Definition at line 72 of file SUMOAbstractRouter.h.
const EdgeInfo* SUMOAbstractRouter< E, V >::EdgeInfo::prev |
The previous edge.
Definition at line 75 of file SUMOAbstractRouter.h.
Referenced by SUMOAbstractRouter< E, IntermodalTrip< E, N, V > >::recomputeCosts().
const E* SUMOAbstractRouter< E, V >::EdgeInfo::via |
The optional internal edge corresponding to prev.
Definition at line 78 of file SUMOAbstractRouter.h.
bool SUMOAbstractRouter< E, V >::EdgeInfo::visited |
The previous edge.
Definition at line 81 of file SUMOAbstractRouter.h.