GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
card.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ MAXKIDS

#define MAXKIDS (   level,
  t 
)    ((level) > 0 ? (t)->nodecard : (t)->leafcard)

Definition at line 28 of file card.h.

Referenced by RTreeAddBranch().

◆ MINFILL

#define MINFILL (   level,
  t 
)    ((level) > 0 ? (t)->minfill_node_split : (t)->minfill_leaf_split)

Definition at line 29 of file card.h.

◆ MinLeafFill

#define MinLeafFill (   t)    ((t)->minfill_leaf_split)

Definition at line 26 of file card.h.

◆ MinNodeFill

#define MinNodeFill (   t)    ((t)->minfill_node_split)

Definition at line 25 of file card.h.