
Go to the source code of this file.
Defines | |
| #define | MinNodeFill (NODECARD / 2) |
| #define | MinLeafFill (LEAFCARD / 2) |
| #define | MAXKIDS(n) ((n)->level > 0 ? NODECARD : LEAFCARD) |
| #define | MINFILL(n) ((n)->level > 0 ? MinNodeFill : MinLeafFill) |
Variables | |
| int | NODECARD |
| int | LEAFCARD |
Definition at line 28 of file card.h.
Referenced by RTreeAddBranch(), RTreeDeleteRect(), RTreeDisconnectBranch(), RTreeNodeCover(), and RTreePickBranch().
| #define MINFILL | ( | n | ) | ((n)->level > 0 ? MinNodeFill : MinLeafFill) |
| #define MinLeafFill (LEAFCARD / 2) |
| #define MinNodeFill (NODECARD / 2) |
1.5.3