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 34 of file card.c.

References LEAFCARD.

int RTreeGetNodeMax ( void   ) 

Definition at line 33 of file card.c.

References NODECARD.

int RTreeSetLeafMax ( int  new_max  ) 

Definition at line 32 of file card.c.

References LEAFCARD.

int RTreeSetNodeMax ( int  new_max  ) 

Definition at line 31 of file card.c.

References NODECARD.


Variable Documentation

int LEAFCARD = MAXCARD

Definition at line 21 of file card.c.

Referenced by rtree_dump_node(), rtree_write_node(), RTreeGetLeafMax(), and RTreeSetLeafMax().

int NODECARD = MAXCARD

Definition at line 20 of file card.c.

Referenced by rtree_dump_node(), rtree_write_node(), RTreeDestroyNode(), RTreeGetNodeMax(), RTreeSearch(), and RTreeSetNodeMax().


Generated on Fri Nov 21 11:02:52 2008 for GRASS by  doxygen 1.5.1