![]() |
SUMO - Simulation of Urban MObility
|
Forward/backward connection with associated forward/backward cost. More...
#include <CHBuilder.h>
Public Member Functions | |
Connection (int t, double c, SVCPermissions p) | |
Data Fields | |
double | cost |
SVCPermissions | permissions |
int | target |
Forward/backward connection with associated forward/backward cost.
Definition at line 77 of file CHBuilder.h.
|
inline |
Definition at line 79 of file CHBuilder.h.
Referenced by CHBuilder< E, V >::buildContractionHierarchy().
double CHBuilder< E, V >::Connection::cost |
Definition at line 81 of file CHBuilder.h.
Referenced by CHBuilder< E, V >::synchronize().
SVCPermissions CHBuilder< E, V >::Connection::permissions |
Definition at line 82 of file CHBuilder.h.
Referenced by CHBuilder< E, V >::synchronize().
int CHBuilder< E, V >::Connection::target |
Definition at line 80 of file CHBuilder.h.