![]() |
SUMO - Simulation of Urban MObility
|
#include <DijkstraRouter.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 | leaveTime |
| The time the vehicle leaves the edge. More... | |
| const EdgeInfo * | prev |
| The previous edge. 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 79 of file DijkstraRouter.h.
|
inline |
Constructor.
Definition at line 82 of file DijkstraRouter.h.
Referenced by DijkstraRouter< IntermodalEdge< E, L, N, V >, IntermodalTrip< E, N, V >, prohibited_withPermissions< IntermodalEdge< E, L, N, V >, IntermodalTrip< E, N, V > > >::compute(), and DijkstraRouter< IntermodalEdge< E, L, N, V >, IntermodalTrip< E, N, V >, prohibited_withPermissions< IntermodalEdge< E, L, N, V >, IntermodalTrip< E, N, V > > >::DijkstraRouter().
|
privatedelete |
Invalidated assignment operator.
Referenced by DijkstraRouter< E, V, PF >::EdgeInfo::reset().
|
inline |
Definition at line 100 of file DijkstraRouter.h.
References DijkstraRouter< E, V, PF >::EdgeInfo::operator=().
| const E* const DijkstraRouter< E, V, PF >::EdgeInfo::edge |
The current edge.
Definition at line 86 of file DijkstraRouter.h.
Referenced by DijkstraRouter< E, V, PF >::EdgeInfoByEffortComparator::operator()().
| double DijkstraRouter< E, V, PF >::EdgeInfo::effort |
Effort to reach the edge.
Definition at line 89 of file DijkstraRouter.h.
Referenced by DijkstraRouter< IntermodalEdge< E, L, N, V >, IntermodalTrip< E, N, V >, prohibited_withPermissions< IntermodalEdge< E, L, N, V >, IntermodalTrip< E, N, V > > >::compute(), DijkstraRouter< IntermodalEdge< E, L, N, V >, IntermodalTrip< E, N, V >, prohibited_withPermissions< IntermodalEdge< E, L, N, V >, IntermodalTrip< E, N, V > > >::getTravelTime(), and DijkstraRouter< E, V, PF >::EdgeInfoByEffortComparator::operator()().
| double DijkstraRouter< E, V, PF >::EdgeInfo::leaveTime |
The time the vehicle leaves the edge.
Definition at line 92 of file DijkstraRouter.h.
| const EdgeInfo* DijkstraRouter< E, V, PF >::EdgeInfo::prev |
The previous edge.
Definition at line 95 of file DijkstraRouter.h.
| bool DijkstraRouter< E, V, PF >::EdgeInfo::visited |
The previous edge.
Definition at line 98 of file DijkstraRouter.h.