Eclipse SUMO - Simulation of Urban MObility
|
Forward/backward connection with associated FORWARD cost. More...
Public Member Functions | |
CHConnection (CHInfo *t, double c, SVCPermissions p, int u) | |
Data Fields | |
double | cost |
SVCPermissions | permissions |
CHInfo * | target |
int | underlying |
the number of connections underlying this connection | |
Forward/backward connection with associated FORWARD cost.
Definition at line 207 of file CHBuilder.h.
|
inline |
Definition at line 209 of file CHBuilder.h.
Definition at line 212 of file CHBuilder.h.
Referenced by CHBuilder< E, V >::CHInfo::debugWitness(), and CHBuilder< E, V >::CHInfo::updateShortcuts().
SVCPermissions CHBuilder< E, V >::CHConnection::permissions |
Definition at line 213 of file CHBuilder.h.
Referenced by CHBuilder< E, V >::CHInfo::updateShortcuts().
Definition at line 211 of file CHBuilder.h.
Referenced by CHBuilder< E, V >::CHInfo::debugNoWitness(), CHBuilder< E, V >::CHInfo::debugWitness(), and CHBuilder< E, V >::CHInfo::updateShortcuts().
the number of connections underlying this connection
Definition at line 215 of file CHBuilder.h.
Referenced by CHBuilder< E, V >::CHInfo::updateShortcuts().