Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
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

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.

References cost, permissions, target, and underlying.

Field Documentation

◆ 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 CHConnection(), and CHBuilder< E, V >::CHInfo::updateShortcuts().


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