GRASS Programmer's Manual 6.4.1(2011)
card.h File Reference
This graph shows which files directly or indirectly include this file:

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

Define 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

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines