Map Matching
grid.h File Reference
#include "road.h"
#include "track.h"
#include <QObject>
#include <QString>
#include <unordered_map>
#include <vector>
Include dependency graph for grid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  equalsFunc
 
class  Grid
 Grid embedded roads. This describes the network. More...
 
struct  hashFunc
 

Typedefs

typedef std::unordered_map< long, RoadAllRoadMap
 
typedef std::unordered_map< PointRoad, int, hashFunc, equalsFuncExtremityPointMap
 

Typedef Documentation

typedef std::unordered_map<long, Road> AllRoadMap

Definition at line 30 of file grid.h.

typedef std::unordered_map<PointRoad, int, hashFunc, equalsFunc> ExtremityPointMap

Definition at line 29 of file grid.h.