SUMO - Simulation of Urban MObility
|
#include <DijkstraRouterEffort.h>
Public Member Functions | |
EdgeInfo (const E *e) | |
Constructor. More... | |
void | reset () |
Data Fields | |
const E * | edge |
The current edge. More... | |
SUMOReal | effort |
Effort to reach the edge. More... | |
SUMOReal | leaveTime |
The time the vehicle leaves the edge. More... | |
EdgeInfo * | prev |
The previous edge. More... | |
bool | visited |
The previous edge. 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 76 of file DijkstraRouterEffort.h.
|
inline |
Constructor.
Definition at line 79 of file DijkstraRouterEffort.h.
|
inline |
Definition at line 97 of file DijkstraRouterEffort.h.
References max.
const E* DijkstraRouterEffort< E, V, PF >::EdgeInfo::edge |
The current edge.
Definition at line 83 of file DijkstraRouterEffort.h.
Referenced by DijkstraRouterEffort< E, V, PF >::EdgeInfoByEffortComparator::operator()().
SUMOReal DijkstraRouterEffort< E, V, PF >::EdgeInfo::effort |
Effort to reach the edge.
Definition at line 86 of file DijkstraRouterEffort.h.
Referenced by DijkstraRouterEffort< E, V, PF >::EdgeInfoByEffortComparator::operator()().
SUMOReal DijkstraRouterEffort< E, V, PF >::EdgeInfo::leaveTime |
The time the vehicle leaves the edge.
Definition at line 89 of file DijkstraRouterEffort.h.
EdgeInfo* DijkstraRouterEffort< E, V, PF >::EdgeInfo::prev |
The previous edge.
Definition at line 92 of file DijkstraRouterEffort.h.
bool DijkstraRouterEffort< E, V, PF >::EdgeInfo::visited |
The previous edge.
Definition at line 95 of file DijkstraRouterEffort.h.