![]() |
SUMO - Simulation of Urban MObility
|
Forward/backward connection with associated FORWARD cost. More...
#include <CHRouter.h>
Public Member Functions | |
CHConnection (CHInfo *t, SUMOReal c, SVCPermissions p, int u) | |
Data Fields | |
SUMOReal | 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 300 of file CHRouter.h.
|
inline |
Definition at line 302 of file CHRouter.h.
Definition at line 305 of file CHRouter.h.
Referenced by CHRouter< E, V, PF >::buildContractionHierarchy(), CHRouter< E, V, PF >::CHInfo::debugWitness(), and CHRouter< E, V, PF >::CHInfo::updateShortcuts().
SVCPermissions CHRouter< E, V, PF >::CHConnection::permissions |
Definition at line 306 of file CHRouter.h.
Referenced by CHRouter< E, V, PF >::buildContractionHierarchy(), and CHRouter< E, V, PF >::CHInfo::updateShortcuts().
Definition at line 304 of file CHRouter.h.
Referenced by CHRouter< E, V, PF >::buildContractionHierarchy(), CHRouter< E, V, PF >::CHInfo::debugNoWitness(), CHRouter< E, V, PF >::CHInfo::debugWitness(), and CHRouter< E, V, PF >::CHInfo::updateShortcuts().
int CHRouter< E, V, PF >::CHConnection::underlying |
the number of connections underlying this connection
Definition at line 308 of file CHRouter.h.
Referenced by CHRouter< E, V, PF >::CHInfo::updateShortcuts().