Map Matching
Solver Class Reference

#include <solver.h>

Inheritance diagram for Solver:
Collaboration diagram for Solver:

Public Slots

void onSignalNeighbours (std::vector< long > *roadsId)
 
void onSignalNextStep ()
 
void onSignalSetGrid (QString s)
 
void onSignalSetTrack (QString s)
 
void onSignalStart ()
 

Signals

void signalAllPoints (std::vector< PointGPS * > *)
 
void signalAllRoads (std::unordered_map< long, Road > *, std::vector< PointRoad > *)
 
void signalCurrentPoint (int id)
 
void signalDimension (double xMin, double xMax, double yMin, double yMax)
 
void signalMessage (QString)
 
void signalRoadPath (std::vector< long > *rp)
 

Public Member Functions

void buildRoadPath ()
 
void filterSpace (double val)
 filterSpace Use Spatial filter with a value More...
 
void filterTemp (int val)
 filterTemp Use Temporal filter with a value More...
 
int getIndexFromRoadId (long id)
 
void readFiles (File file1, File file2)
 readFiles Read files : track and grid More...
 
void setDistance (PointGPS *p, Road *r)
 setDistance Calculate distance between GPS point et Road More...
 
 Solver (QObject *parent=0)
 
void start ()
 
void viterbiSetup ()
 

Public Attributes

Grid grid
 
QString m_gridFilename
 
std::vector< PointRoad > * m_roadPoints
 
std::unordered_map< long, Road > * m_roads
 
QString m_trackFilename
 
std::vector< PointGPS * > * m_trackPoints
 
Track track
 

Protected Attributes

unsigned int m_currentStep
 
std::vector< long > m_fromIndexToRoadId
 
std::unordered_map< long, int > m_fromRoadIdToIndex
 
PointGPSprevPoint
 
std::vector< long > * prevRoadIds
 
std::vector< std::vector< float > > T1
 
std::vector< std::vector< float > > T2
 

Detailed Description

Definition at line 16 of file solver.h.

Constructor & Destructor Documentation

Solver::Solver ( QObject *  parent = 0)
explicit

Definition at line 4 of file solver.cpp.

Member Function Documentation

void Solver::buildRoadPath ( )

Definition at line 72 of file solver.cpp.

Here is the caller graph for this function:

void Solver::filterSpace ( double  val)

filterSpace Use Spatial filter with a value

Parameters
valvalue

Definition at line 198 of file solver.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Solver::filterTemp ( int  val)

filterTemp Use Temporal filter with a value

Parameters
valvalue

Definition at line 206 of file solver.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int Solver::getIndexFromRoadId ( long  id)

Definition at line 214 of file solver.cpp.

Here is the caller graph for this function:

void Solver::onSignalNeighbours ( std::vector< long > *  roadsId)
slot

Definition at line 118 of file solver.cpp.

Here is the call graph for this function:

void Solver::onSignalNextStep ( )
slot

Definition at line 111 of file solver.cpp.

void Solver::onSignalSetGrid ( QString  s)
slot

Definition at line 95 of file solver.cpp.

void Solver::onSignalSetTrack ( QString  s)
slot

Definition at line 100 of file solver.cpp.

void Solver::onSignalStart ( )
slot

Definition at line 105 of file solver.cpp.

Here is the call graph for this function:

void Solver::readFiles ( File  file1,
File  file2 
)

readFiles Read files : track and grid

Parameters
file1track file
file2grid file

Definition at line 182 of file solver.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Solver::setDistance ( PointGPS p,
Road r 
)

setDistance Calculate distance between GPS point et Road

Parameters
pGPS point
rRoad

Definition at line 52 of file solver.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Solver::signalAllPoints ( std::vector< PointGPS * > *  )
signal

Here is the caller graph for this function:

void Solver::signalAllRoads ( std::unordered_map< long, Road > *  ,
std::vector< PointRoad > *   
)
signal

Here is the caller graph for this function:

void Solver::signalCurrentPoint ( int  id)
signal

Here is the caller graph for this function:

void Solver::signalDimension ( double  xMin,
double  xMax,
double  yMin,
double  yMax 
)
signal

Here is the caller graph for this function:

void Solver::signalMessage ( QString  )
signal

Here is the caller graph for this function:

void Solver::signalRoadPath ( std::vector< long > *  rp)
signal

Here is the caller graph for this function:

void Solver::start ( )

Definition at line 9 of file solver.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Solver::viterbiSetup ( )

Definition at line 32 of file solver.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

Grid Solver::grid

Definition at line 58 of file solver.h.

unsigned int Solver::m_currentStep
protected

Definition at line 78 of file solver.h.

std::vector<long> Solver::m_fromIndexToRoadId
protected

Definition at line 80 of file solver.h.

std::unordered_map<long, int> Solver::m_fromRoadIdToIndex
protected

Definition at line 81 of file solver.h.

QString Solver::m_gridFilename

Definition at line 54 of file solver.h.

std::vector<PointRoad>* Solver::m_roadPoints

Definition at line 60 of file solver.h.

std::unordered_map<long, Road>* Solver::m_roads

Definition at line 59 of file solver.h.

QString Solver::m_trackFilename

Definition at line 55 of file solver.h.

std::vector<PointGPS*>* Solver::m_trackPoints

Definition at line 61 of file solver.h.

PointGPS* Solver::prevPoint
protected

Definition at line 83 of file solver.h.

std::vector<long>* Solver::prevRoadIds
protected

Definition at line 82 of file solver.h.

std::vector<std::vector<float> > Solver::T1
protected

Definition at line 79 of file solver.h.

std::vector<std::vector<float> > Solver::T2
protected

Definition at line 79 of file solver.h.

Track Solver::track

Definition at line 57 of file solver.h.


The documentation for this class was generated from the following files: