GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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   (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
 

Macro Definition Documentation

#define MAXKIDS (   n)    ((n)->level > 0 ? NODECARD : LEAFCARD)
#define MINFILL (   n)    ((n)->level > 0 ? MinNodeFill : MinLeafFill)

Definition at line 30 of file card.h.

#define MinLeafFill   (LEAFCARD / 2)

Definition at line 27 of file card.h.

Referenced by RTreeSplitNode().

#define MinNodeFill   (NODECARD / 2)

Definition at line 26 of file card.h.

Referenced by RTreeSplitNode().

Variable Documentation

int LEAFCARD