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

Data Fields | |
| double | adfBoundsMin [4] |
| double | adfBoundsMax [4] |
| int | nShapeCount |
| int * | panShapeIds |
| SHPObject ** | papsShapeObj |
| int | nSubNodes |
| struct shape_tree_node * | apsSubNode [4] |
Definition at line 326 of file shapefil.h.
| double shape_tree_node::adfBoundsMax[4] |
Definition at line 329 of file shapefil.h.
| double shape_tree_node::adfBoundsMin[4] |
Definition at line 328 of file shapefil.h.
| struct shape_tree_node* shape_tree_node::apsSubNode[4] |
Definition at line 338 of file shapefil.h.
| int shape_tree_node::nShapeCount |
Definition at line 333 of file shapefil.h.
| int shape_tree_node::nSubNodes |
Definition at line 337 of file shapefil.h.
| int* shape_tree_node::panShapeIds |
Definition at line 334 of file shapefil.h.
| SHPObject** shape_tree_node::papsShapeObj |
Definition at line 335 of file shapefil.h.