GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
card.c File Reference
#include "index.h"
#include "card.h"
Include dependency graph for card.c:

Go to the source code of this file.

Functions

int RTreeSetNodeMax (int new_max)
 
int RTreeSetLeafMax (int new_max)
 
int RTreeGetNodeMax (void)
 
int RTreeGetLeafMax (void)
 

Variables

int NODECARD = MAXCARD
 
int LEAFCARD = MAXCARD
 

Function Documentation

int RTreeGetLeafMax ( void  )

Definition at line 44 of file card.c.

References LEAFCARD.

int RTreeGetNodeMax ( void  )

Definition at line 40 of file card.c.

References NODECARD.

int RTreeSetLeafMax ( int  new_max)

Definition at line 36 of file card.c.

References LEAFCARD.

int RTreeSetNodeMax ( int  new_max)

Definition at line 32 of file card.c.

References NODECARD.

Variable Documentation

int LEAFCARD = MAXCARD