GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
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.