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

Go to the source code of this file.
Defines | |
| #define | SPLIT_QC |
Functions | |
| void | RTreeSplitNode (struct Node *n, struct Branch *b, struct Node **nn) |
Definition at line 305 of file split_q.c.
References Node::count, Node::level, MinLeafFill, MinNodeFill, Partitions, RTreeNewNode(), and PartitionVars::total.
Referenced by RTreeAddBranch().
1.5.5