#include <stdio.h>#include "assert.h"#include "index.h"#include "card.h"#include "split_q.h"

Go to the source code of this file.
Functions | |
| void | RTreeSplitNode (struct Node *n, struct Branch *b, struct Node **nn) |
Variables | |
| struct Branch | BranchBuf [MAXCARD+1] |
| int | BranchCount |
| struct Rect | CoverSplit |
| RectReal | CoverSplitArea |
| struct PartitionVars | Partitions [METHODS] |
Definition at line 292 of file split_q.c.
References Node::count, Node::level, MinLeafFill, MinNodeFill, Partitions, RTreeNewNode(), and PartitionVars::total.
Referenced by RTreeAddBranch().
| int BranchCount |
| struct Rect CoverSplit |
| struct PartitionVars Partitions[METHODS] |
1.5.6