|
MP6
Photomosaic
|
KDTree implementation using Points in k-dimensional space. More...
#include <vector>#include "coloredout.h"#include "point.h"#include "kdtree.cpp"#include "kdtree_extras.cpp"Classes | |
| class | KDTree< Dim > |
| KDTree class: implemented using Points in Dim dimensional space (given by the template parameter). More... | |
KDTree implementation using Points in k-dimensional space.
Revision history: 3/31/2009 Created 11/10/2009 Modified for MP6 Submission, Fall 2009 July 2012 Modified by Sean Massung to remove points_index, forbid students from using std::sort, and generally clean up code
1.8.9.1