last update 20 Sep 2009 |
#include "cvrContainer.h"
#include "cvrMath.h"
#include "cvrQuickMedian.h"
#include "cvrEuclideanDistantor.h"
#include "cvrTypeInfo.h"
#include <list>
#include <map>
#include "cvrKdTree_inline.h"
#include "cvrKdTree_template.h"
Go to the source code of this file.
Classes | |
class | cvr::kdTree< T, D, U > |
A class for k-d tree. More... | |
class | cvr::kdTree< T, D, U >::kdTree::element |
At the leave nodes, a list of elements of this type will contain the points and their corresponding data. More... | |
class | cvr::kdTree< T, D, U >::kdTree::node |
Class of nodes of the kd-tree. More... | |
Namespaces | |
namespace | cvr |