Eclipse SUMO - Simulation of Urban MObility
CHBuilder< E, V >::Shortcut Struct Reference
Collaboration diagram for CHBuilder< E, V >::Shortcut:

Public Member Functions

 Shortcut (ConstEdgePair e, double c, int u, SVCPermissions p)
 

Data Fields

double cost
 
ConstEdgePair edgePair
 
SVCPermissions permissions
 
int underlying
 

Detailed Description

template<class E, class V>
struct CHBuilder< E, V >::Shortcut

Definition at line 199 of file CHBuilder.h.

Constructor & Destructor Documentation

◆ Shortcut()

template<class E, class V>
CHBuilder< E, V >::Shortcut::Shortcut ( ConstEdgePair  e,
double  c,
int  u,
SVCPermissions  p 
)
inline

Definition at line 200 of file CHBuilder.h.

Field Documentation

◆ cost

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

Definition at line 203 of file CHBuilder.h.

◆ edgePair

template<class E, class V>
ConstEdgePair CHBuilder< E, V >::Shortcut::edgePair

Definition at line 202 of file CHBuilder.h.

◆ permissions

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

Definition at line 205 of file CHBuilder.h.

◆ underlying

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

Definition at line 204 of file CHBuilder.h.


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