#include "r-tree.h"#include "orderings.h"#include <limits>Include dependency graph for Hilbert_R-Tree.h:

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

Go to the source code of this file.
Classes | |
| class | Hilbert_R_tree | 
| class | Hilbert_R_tree::HilbertTreeOrdering | 
Defines | |
| #define | Sfrom 2 | 
Functions | |
| int | compare_hilbert_trees (const void *a, const void *b) | 
| int | compare_containers (const void *a, const void *b) | 
| #define Sfrom 2 | 
| int compare_containers | ( | const void * | a, | |
| const void * | b | |||
| ) | 
Function which compares two bounding box containers.
| a | The first container. | |
| b | The second container. | 
| int compare_hilbert_trees | ( | const void * | a, | |
| const void * | b | |||
| ) | 
Function which compares LHV values of two Hilbert R-tree nodes.
| a | The first Hilbert R-tree node. | |
| b | The second Hilbert R-tree node. | 
 1.5.2