#include <pointGPS.h>
 | 
| void  | addEmissionProbability (long roadId, double distance) | 
|   | 
| float  | altitude () const  | 
|   | 
| std::string  | infos () const  | 
|   | 
|   | PointGPS (double x, double y, unsigned int timestamp) | 
|   | PointGPS constructor Create a new Point GPS with default altitude.  More...
  | 
|   | 
|   | PointGPS (double x, double y, float altitude, unsigned int timestamp) | 
|   | PointGPS constructor Create a new Point GPS.  More...
  | 
|   | 
| unsigned int  | timeStamp () const  | 
|   | 
| void  | updateProbability () | 
|   | 
| 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) | 
|   | 
Definition at line 9 of file pointGPS.h.
 
  
  
      
        
          | PointGPS::PointGPS  | 
          ( | 
          double  | 
          x,  | 
         
        
           | 
           | 
          double  | 
          y,  | 
         
        
           | 
           | 
          unsigned int  | 
          timestamp  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | PointGPS::PointGPS  | 
          ( | 
          double  | 
          x,  | 
         
        
           | 
           | 
          double  | 
          y,  | 
         
        
           | 
           | 
          float  | 
          altitude,  | 
         
        
           | 
           | 
          unsigned int  | 
          timestamp  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | void PointGPS::addEmissionProbability  | 
          ( | 
          long  | 
          roadId,  | 
        
        
           | 
           | 
          double  | 
          distance  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | float PointGPS::altitude  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | std::string PointGPS::infos  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | unsigned int PointGPS::timeStamp  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | void PointGPS::updateProbability  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | float PointGPS::m_altitude | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | unsigned int PointGPS::m_timeStamp | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following files: