![]() |
SUMO - Simulation of Urban MObility
|
#include <DijkstraRouterTT.h>

Public Member Functions | |
| EdgeInfo (const E *e) | |
| Constructor. More... | |
| void | reset () |
Data Fields | |
| const E * | edge |
| The current edge. More... | |
| EdgeInfo * | prev |
| The previous edge. More... | |
| SUMOReal | traveltime |
| Effort to reach the 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 81 of file DijkstraRouterTT.h.
|
inline |
Constructor.
Definition at line 84 of file DijkstraRouterTT.h.
Referenced by DijkstraRouterTT< MSEdge, SUMOVehicle, prohibited_withPermissions< MSEdge, SUMOVehicle > >::compute(), and DijkstraRouterTT< MSEdge, SUMOVehicle, prohibited_withPermissions< MSEdge, SUMOVehicle > >::DijkstraRouterTT().
|
inline |
Definition at line 99 of file DijkstraRouterTT.h.
References max.
| const E* DijkstraRouterTT< E, V, PF >::EdgeInfo::edge |
The current edge.
Definition at line 88 of file DijkstraRouterTT.h.
Referenced by DijkstraRouterTT< E, V, PF >::EdgeInfoByTTComparator::operator()().
| EdgeInfo* DijkstraRouterTT< E, V, PF >::EdgeInfo::prev |
The previous edge.
Definition at line 94 of file DijkstraRouterTT.h.
| SUMOReal DijkstraRouterTT< E, V, PF >::EdgeInfo::traveltime |
Effort to reach the edge.
Definition at line 91 of file DijkstraRouterTT.h.
Referenced by DijkstraRouterTT< MSEdge, SUMOVehicle, prohibited_withPermissions< MSEdge, SUMOVehicle > >::compute(), and DijkstraRouterTT< E, V, PF >::EdgeInfoByTTComparator::operator()().
| bool DijkstraRouterTT< E, V, PF >::EdgeInfo::visited |
The previous edge.
Definition at line 97 of file DijkstraRouterTT.h.