Map Matching
PointRoad Class Reference

#include <pointroad.h>

Inheritance diagram for PointRoad:
Collaboration diagram for PointRoad:

Public Member Functions

int id () const
 
std::string infos () const
 
long isNode () const
 
void outputInfos ()
 
 PointRoad ()
 
 PointRoad (double x, double y, bool isNode)
 Constructor for Road points. More...
 
void setid (int id)
 
void updateBelongToRoad (long roadId)
 
const std::vector< long > & vectorOfRoadId () const
 
- Public Member Functions inherited from Point
double distanceToPoint (const Point &p) const
 Calculate distance between two points. More...
 
double distanceToSegment (const Point &p1, const Point &p2) const
 Compute the distance between a point and a segment. More...
 
 Point ()
 
 Point (double x, double y)
 Constructor for GPS points. More...
 
std::vector< double > projectionOnSegment (const Point &a, const Point &b) const
 
bool samePointAs (const Point &p) const
 Check if two points share the same coordinates. More...
 
void setx (int dim, double value)
 
double x (int dim) const
 x the accessor for the KDtree More...
 
virtual ~Point ()
 Point Class's Destructor. More...
 
double x () const
 
void setx (double x)
 
double y () const
 
void sety (double y)
 

Protected Attributes

int m_id
 
bool m_isNode
 
std::vector< long > m_vectorOfRoadId
 
- Protected Attributes inherited from Point
double m_x
 
double m_y
 

Static Protected Attributes

static long counter = 0
 
- Static Protected Attributes inherited from Point
static const double POINT_RADIUS = 200
 

Detailed Description

Definition at line 10 of file pointroad.h.

Constructor & Destructor Documentation

PointRoad::PointRoad ( )
inline

Definition at line 12 of file pointroad.h.

PointRoad::PointRoad ( double  x,
double  y,
bool  isNode 
)
inline

Constructor for Road points.

Parameters
x
y
isNode

Definition at line 20 of file pointroad.h.

Here is the call graph for this function:

Member Function Documentation

int PointRoad::id ( ) const
inline

Definition at line 33 of file pointroad.h.

Here is the caller graph for this function:

std::string PointRoad::infos ( ) const
inlinevirtual

Reimplemented from Point.

Definition at line 29 of file pointroad.h.

Here is the call graph for this function:

long PointRoad::isNode ( ) const
inline

Definition at line 35 of file pointroad.h.

Here is the caller graph for this function:

void PointRoad::outputInfos ( )

Definition at line 12 of file pointroad.cpp.

Here is the caller graph for this function:

void PointRoad::setid ( int  id)
inline

Definition at line 34 of file pointroad.h.

Here is the call graph for this function:

Here is the caller graph for this function:

void PointRoad::updateBelongToRoad ( long  roadId)

Definition at line 7 of file pointroad.cpp.

Here is the caller graph for this function:

const std::vector<long>& PointRoad::vectorOfRoadId ( ) const
inline

Definition at line 36 of file pointroad.h.

Member Data Documentation

long PointRoad::counter = 0
staticprotected

Definition at line 38 of file pointroad.h.

int PointRoad::m_id
protected

Definition at line 40 of file pointroad.h.

bool PointRoad::m_isNode
protected

Definition at line 39 of file pointroad.h.

std::vector<long> PointRoad::m_vectorOfRoadId
protected

Definition at line 41 of file pointroad.h.


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