The spica renderer
|
Public Member Functions | |
KdTree (const KdTree< Ty > &kdtree) | |
KdTree & | operator= (const KdTree< Ty > &kdtree) |
void | add (const Ty &point) |
void | construct (const std::vector< Ty > &points) |
void | knnSearch (const Ty &point, const KnnQuery &query, std::vector< Ty > *results) const |
void | release () |