[libgfc Index] [libgfc Hierarchy] [Headers]
Class for RTree node. More...
#include <src/rtnode.h>
A node in the RTree is a page consists of numerous RTree entries. There are three types of nodes, namely root node, leaf nodes and non-leaf nodes. RNode is the in-memory representation of a RTree node; it owns an arrary of RTEntry. When a node is stored to disk, it is packed into a page of size RTPAGE_SIZE. Vice versa.
Documentation generated by lqian@lqian-sun on Wed Jul 14 09:36:10 EDT 1999 | Kdoc |