SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include <functional>
#include <vector>
#include <set>
#include <limits>
#include <algorithm>
#include <iterator>
#include <utils/common/SysUtils.h>
#include <utils/common/MsgHandler.h>
#include <utils/common/StdDefs.h>
#include <utils/vehicle/SUMOAbstractRouter.h>
#include "SPTree.h"
Go to the source code of this file.
Data Structures | |
class | CHRouter< E, V, PF > |
Computes the shortest path through a contracted network. More... | |
class | CHRouter< E, V, PF >::CHConnection |
Forward/backward connection with associated FORWARD cost. More... | |
class | CHRouter< E, V, PF >::CHInfo |
class | CHRouter< E, V, PF >::CHInfoComparator |
class | CHRouter< E, V, PF >::Connection |
Forward/backward connection with associated forward/backward cost. More... | |
struct | CHRouter< E, V, PF >::EdgeInfo |
struct | CHRouter< E, V, PF >::Shortcut |
class | CHRouter< E, V, PF >::Unidirectional |
class | CHRouter< E, V, PF >::Unidirectional::EdgeInfoByTTComparator |
Definition in file CHRouter.h.