- Member KDTree< Dim >::findNearestNeighbor (const Point< Dim > &query) const
This function is required for Part 1.
Implement this function!
- Member KDTree< Dim >::KDTree (const vector< Point< Dim >> &newPoints)
This function is required for Part 1.
Implement this function!
- Member KDTree< Dim >::KDTree (const KDTree< Dim > &other)
- Implement this function!
- Member KDTree< Dim >::operator= (const KDTree< Dim > &rhs)
- Implement this function!
- Member KDTree< Dim >::~KDTree ()
- Implement this function!
- Member mapTiles (SourceImage const &theSource, vector< TileImage > &theTiles)
Implement this function!
This function is required for Part 2.
- Member select (RandIter begin, RandIter end, RandIter k, Comparator cmp)
- Implement this function!
- Member shouldReplace (const Point< Dim > &target, const Point< Dim > ¤tBest, const Point< Dim > &potential)
This function is required for Part 1.
Implement this function!
- Member smallerDimVal (const Point< Dim > &first, const Point< Dim > &second, int curDim)
This function is required for Part 1.
Implement this function!