GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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, struct RTree *t)
 
int RTreeSetLeafMax (int new_max, struct RTree *t)
 
int RTreeGetNodeMax (struct RTree *t)
 
int RTreeGetLeafMax (struct RTree *t)
 

Function Documentation

◆ RTreeGetLeafMax()

int RTreeGetLeafMax ( struct RTree t)

Definition at line 42 of file card.c.

References RTree::leafcard.

◆ RTreeGetNodeMax()

int RTreeGetNodeMax ( struct RTree t)

Definition at line 38 of file card.c.

References RTree::nodecard.

◆ RTreeSetLeafMax()

int RTreeSetLeafMax ( int  new_max,
struct RTree t 
)

Definition at line 34 of file card.c.

◆ RTreeSetNodeMax()

int RTreeSetNodeMax ( int  new_max,
struct RTree t 
)

Definition at line 30 of file card.c.