#include "NearestNeighbours.h"#include "Cubic_Bounding_Box.h"#include "Cubic_Bounding_Box_Container.h"#include "Spatial_Tree.h"#include "Cart.h"#include <vector>Include dependency graph for r-tree.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | R_tree_props | 
| class | R_tree< r_tree_variation > | 
Defines | |
| #define | LINEAR_SPLIT 0 | 
| #define | QUADRATIC_SPLIT 1 | 
| #define | EXPONENTIAL_SPLIT 2 | 
| #define | SPLIT_STRATEGY QUADRATIC_SPLIT | 
Typedefs | |
| typedef Cubic_Bounding_Box | BB_type | 
| typedef Cubic_Bounding_Box_Container | BB_container | 
| typedef Cart | Current_Metric | 
| #define EXPONENTIAL_SPLIT 2 | 
| #define LINEAR_SPLIT 0 | 
Copyright (C) 2007 A.N. Yzelman Released under LGPL, see license.txt
Last modified at 23th of May, 2007, by A.N. Yzelman
r-tree.h: Global definition of a basic R-tree as per Guttman '84.
Definition at line 22 of file r-tree.h.
Referenced by Basic_R_tree::handleOverflow().
| #define QUADRATIC_SPLIT 1 | 
| #define SPLIT_STRATEGY QUADRATIC_SPLIT | 
| typedef Cubic_Bounding_Box BB_type | 
| typedef Cart Current_Metric | 
 1.5.2