Map Matching
Box Class Reference

#include <box.h>

Inheritance diagram for Box:
Collaboration diagram for Box:

Public Member Functions

 Box ()
 
 Box (const Point &low, const Point &high)
 
double distanceToPoint (const Point &point)
 

Public Attributes

Point m_high
 
Point m_low
 

Detailed Description

Definition at line 6 of file box.h.

Constructor & Destructor Documentation

Box::Box ( )
inline

Definition at line 8 of file box.h.

Box::Box ( const Point low,
const Point high 
)
inline

Definition at line 9 of file box.h.

Here is the call graph for this function:

Member Function Documentation

double Box::distanceToPoint ( const Point point)

Definition at line 4 of file box.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

Point Box::m_high

Definition at line 18 of file box.h.

Point Box::m_low

Definition at line 17 of file box.h.


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