![]() |
SUMO - Simulation of Urban MObility
|
the effort calculator interface More...
#include <EffortCalculator.h>
Public Member Functions | |
virtual double | getEffort (const int edge) const =0 |
virtual void | init (const std::vector< std::string > &edges)=0 |
virtual void | update (const int edge, const int prev, const double length)=0 |
the effort calculator interface
Definition at line 31 of file EffortCalculator.h.
|
pure virtual |
Referenced by IntermodalRouter< E, L, N, V >::getCombined().
|
pure virtual |
Referenced by IntermodalRouter< E, L, N, V >::createNet().
|
pure virtual |
Referenced by DijkstraRouter< E, V, BASE >::compute().