rectangle_tree.hpp
Go to the documentation of this file.
1 
13 #ifndef MLPACK_CORE_TREE_RECTANGLE_TREE_HPP
14 #define MLPACK_CORE_TREE_RECTANGLE_TREE_HPP
15 
16 /* We include bounds.hpp since it gives us the necessary files.
17  * However, we will not use the "ballbounds" option.
18  */
19 #include "bounds.hpp"
22 #include "rectangle_tree/single_tree_traverser_impl.hpp"
24 #include "rectangle_tree/dual_tree_traverser_impl.hpp"
46 
47 #endif
Bounds that are useful for binary space partitioning trees.