#include <types.h>
Data Fields | |
| geom_rectangle | bbox |
| subtree bounding box | |
| byte | count |
| number of children | |
| byte | height |
| subtree height (0 in nodes containing objects) | |
| geom_rtree_node * | parent |
| parent node (NULL in root node) | |
| geom_rtree_node * | child [GEOM_RTREE_MAX+1] |
| childpointers | |
1.3.5