![]() |
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 More... | |
Forward/backward connection with associated FORWARD cost.
Definition at line 218 of file CHBuilder.h.
|
inline |
Definition at line 220 of file CHBuilder.h.
| double CHBuilder< E, V >::CHConnection::cost |
Definition at line 223 of file CHBuilder.h.
Referenced by CHBuilder< E, V >::buildContractionHierarchy(), CHBuilder< E, V >::CHInfo::debugWitness(), and CHBuilder< E, V >::CHInfo::updateShortcuts().
| SVCPermissions CHBuilder< E, V >::CHConnection::permissions |
Definition at line 224 of file CHBuilder.h.
Referenced by CHBuilder< E, V >::buildContractionHierarchy(), and CHBuilder< E, V >::CHInfo::updateShortcuts().
Definition at line 222 of file CHBuilder.h.
Referenced by CHBuilder< E, V >::buildContractionHierarchy(), CHBuilder< E, V >::CHInfo::debugNoWitness(), CHBuilder< E, V >::CHInfo::debugWitness(), and CHBuilder< E, V >::CHInfo::updateShortcuts().
| int CHBuilder< E, V >::CHConnection::underlying |
the number of connections underlying this connection
Definition at line 226 of file CHBuilder.h.
Referenced by CHBuilder< E, V >::CHInfo::updateShortcuts().