SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DijkstraRouterTTBase< E, V, PF >::EdgeInfo Struct Reference

#include <DijkstraRouterTT.h>

Public Member Functions

 EdgeInfo (size_t id)
 Constructor. More...
 
void reset ()
 

Data Fields

const E * edge
 The current edge. More...
 
EdgeInfoprev
 The previous edge. More...
 
SUMOReal traveltime
 Effort to reach the edge. More...
 
bool visited
 The previous edge. More...
 

Detailed Description

template<class E, class V, class PF>
struct DijkstraRouterTTBase< E, V, PF >::EdgeInfo

A definition about a route's edge with the effort needed to reach it and the information about the previous edge.

Definition at line 93 of file DijkstraRouterTT.h.

Constructor & Destructor Documentation

template<class E, class V, class PF>
DijkstraRouterTTBase< E, V, PF >::EdgeInfo::EdgeInfo ( size_t  id)
inline

Constructor.

Definition at line 96 of file DijkstraRouterTT.h.

Member Function Documentation

template<class E, class V, class PF>
void DijkstraRouterTTBase< E, V, PF >::EdgeInfo::reset ( )
inline

Field Documentation

template<class E, class V, class PF>
const E* DijkstraRouterTTBase< E, V, PF >::EdgeInfo::edge

The current edge.

Definition at line 100 of file DijkstraRouterTT.h.

Referenced by DijkstraRouterTTBase< E, V, PF >::EdgeInfoByTTComparator::operator()().

template<class E, class V, class PF>
EdgeInfo* DijkstraRouterTTBase< E, V, PF >::EdgeInfo::prev

The previous edge.

Definition at line 106 of file DijkstraRouterTT.h.

template<class E, class V, class PF>
SUMOReal DijkstraRouterTTBase< E, V, PF >::EdgeInfo::traveltime
template<class E, class V, class PF>
bool DijkstraRouterTTBase< E, V, PF >::EdgeInfo::visited

The previous edge.

Definition at line 109 of file DijkstraRouterTT.h.

Referenced by DijkstraRouterTTBase< E, V, PF >::EdgeInfo::reset().


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