Go to the documentation of this file.
27 #ifndef MPBLOCKS_KD_TREE_H_
28 #define MPBLOCKS_KD_TREE_H_
30 #include <Eigen/Dense>
44 template <
class Traits>
struct ListPair;
45 template <
class Traits>
struct ListBuilder;
46 template <
class Traits>
class Node;
47 template <
class Traits>
class Tree;
48 template <
class Traits>
class NearestSearchIface;
49 template <
class Traits>
class RangeSearchIface;