Map Matching
BoxNode Class Reference

#include <boxnode.h>

Inheritance diagram for BoxNode:
Collaboration diagram for BoxNode:

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
 

Detailed Description

Definition at line 6 of file boxnode.h.

Constructor & Destructor Documentation

BoxNode::BoxNode ( )
inline

Definition at line 9 of file boxnode.h.

BoxNode::BoxNode ( Point  low,
Point  high,
int  mother,
int  daughterOne,
int  daughterTwo,
int  myptlo,
int  mypthi 
)
inline

Definition at line 11 of file boxnode.h.

Member Data Documentation

int BoxNode::m_daughterBox1

Definition at line 22 of file boxnode.h.

int BoxNode::m_daughterBox2

Definition at line 22 of file boxnode.h.

int BoxNode::m_indexOfLowerPoint

Definition at line 23 of file boxnode.h.

int BoxNode::m_indexOfUpperPoint

Definition at line 23 of file boxnode.h.

int BoxNode::m_motherBox

Definition at line 22 of file boxnode.h.


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