|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#include <shapefil.h>

Data Fields | |
| SHPHandle | hSHP |
| int | nMaxDepth |
| int | nDimension |
| int | nTotalCount |
| SHPTreeNode * | psRoot |
Definition at line 342 of file shapefil.h.
| SHPHandle SHPTree::hSHP |
Definition at line 343 of file shapefil.h.
| int SHPTree::nDimension |
Definition at line 346 of file shapefil.h.
| int SHPTree::nMaxDepth |
Definition at line 345 of file shapefil.h.
| int SHPTree::nTotalCount |
Definition at line 347 of file shapefil.h.
| SHPTreeNode* SHPTree::psRoot |
Definition at line 349 of file shapefil.h.