![]() |
Map Matching
|
This is the complete list of members for KDTree, including all inherited members.
BIG | KDTree | static |
distance(int idxOfPoint1, int idxOfPoint2) | KDTree | |
KDTree(std::vector< Point > &points) | KDTree | |
locate(const Point &p) | KDTree | |
m_arrayOfBoxes | KDTree | protected |
m_arrayOfCoordinates | KDTree | protected |
m_noOfBoxes | KDTree | protected |
m_noOfPoints | KDTree | protected |
m_vectorOfPointIndexes | KDTree | protected |
m_vectorOfPoints | KDTree | protected |
m_vectorOfReversedPointIndexes | KDTree | protected |
partition(const int k, int *index, int n, double *arr) | KDTree | |
~KDTree() | KDTree |