|
GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|

Go to the source code of this file.
Macros | |
| #define | MinNodeFill(t) ((t)->minfill_node_split) |
| #define | MinLeafFill(t) ((t)->minfill_leaf_split) |
| #define | MAXKIDS(level, t) ((level) > 0 ? (t)->nodecard : (t)->leafcard) |
| #define | MINFILL(level, t) ((level) > 0 ? (t)->minfill_node_split : (t)->minfill_leaf_split) |
Definition at line 28 of file card.h.
Referenced by RTreeAddBranch().