Go to the documentation of this file.
27 #ifndef MPBLOCKS_KD_TREE_EUCLIDEAN_H_
28 #define MPBLOCKS_KD_TREE_EUCLIDEAN_H_
38 template <
class Traits,
39 template <
class>
class Allocator>
41 template <
class Traits>
struct Distance;
42 template <
class Traits>
struct Key;
43 template <
class Traits>
struct HyperRect;
45 template <
class Traits,
46 template <
class>
class Allocator>
48 template <
class Traits,
49 template <
class>
class Allocator>
51 template <
class Traits,
52 template <
class>
class Allocator>
53 class KNearestBallCenter;
54 template <
class Traits>
class Nearest;
78 #endif // EUCLIDEAN_H_