![]() |
Map Matching
|
#include <boxnode.h>
Public Member Functions | |
| BoxNode () | |
| BoxNode (Point low, Point high, int mother, int daughterOne, int daughterTwo, int myptlo, int mypthi) | |
Public Member Functions inherited from Box | |
| Box () | |
| Box (const Point &low, const Point &high) | |
| double | distanceToPoint (const Point &point) |
Public Attributes | |
| int | m_daughterBox1 |
| int | m_daughterBox2 |
| int | m_indexOfLowerPoint |
| int | m_indexOfUpperPoint |
| int | m_motherBox |
Public Attributes inherited from Box | |
| Point | m_high |
| Point | m_low |