GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
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) |
int RTreeGetLeafMax | ( | struct RTree * | t | ) |
Definition at line 42 of file card.c.
References RTree::leafcard.
int RTreeGetNodeMax | ( | struct RTree * | t | ) |
Definition at line 38 of file card.c.
References RTree::nodecard.