Eclipse SUMO - Simulation of Urban MObility
CHBuilder< E, V >::CHConnection Class Reference

Forward/backward connection with associated FORWARD cost. More...

Collaboration diagram for CHBuilder< E, V >::CHConnection:
[legend]

Public Member Functions

 CHConnection (CHInfo *t, double c, SVCPermissions p, int u)
 

Data Fields

double cost
 
SVCPermissions permissions
 
CHInfotarget
 
int underlying
 the number of connections underlying this connection More...
 

Detailed Description

template<class E, class V>
class CHBuilder< E, V >::CHConnection

Forward/backward connection with associated FORWARD cost.

Definition at line 207 of file CHBuilder.h.

Constructor & Destructor Documentation

◆ CHConnection()

template<class E , class V >
CHBuilder< E, V >::CHConnection::CHConnection ( CHInfo t,
double  c,
SVCPermissions  p,
int  u 
)
inline

Definition at line 209 of file CHBuilder.h.

Field Documentation

◆ cost

template<class E , class V >
double CHBuilder< E, V >::CHConnection::cost

◆ permissions

template<class E , class V >
SVCPermissions CHBuilder< E, V >::CHConnection::permissions

◆ target

◆ underlying

template<class E , class V >
int CHBuilder< E, V >::CHConnection::underlying

the number of connections underlying this connection

Definition at line 215 of file CHBuilder.h.

Referenced by CHBuilder< E, V >::CHInfo::updateShortcuts().


The documentation for this class was generated from the following file: