GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
shape_tree_node Struct Reference

#include <shapefil.h>

Collaboration diagram for shape_tree_node:

Data Fields

double adfBoundsMin [4]
 
double adfBoundsMax [4]
 
int nShapeCount
 
int * panShapeIds
 
SHPObject ** papsShapeObj
 
int nSubNodes
 
struct shape_tree_nodeapsSubNode [MAX_SUBNODE]
 

Detailed Description

Definition at line 452 of file shapefil.h.

Field Documentation

◆ adfBoundsMax

double shape_tree_node::adfBoundsMax[4]

Definition at line 456 of file shapefil.h.

◆ adfBoundsMin

double shape_tree_node::adfBoundsMin[4]

Definition at line 455 of file shapefil.h.

◆ apsSubNode

struct shape_tree_node* shape_tree_node::apsSubNode[MAX_SUBNODE]

Definition at line 465 of file shapefil.h.

◆ nShapeCount

int shape_tree_node::nShapeCount

Definition at line 460 of file shapefil.h.

◆ nSubNodes

int shape_tree_node::nSubNodes

Definition at line 464 of file shapefil.h.

◆ panShapeIds

int* shape_tree_node::panShapeIds

Definition at line 461 of file shapefil.h.

◆ papsShapeObj

SHPObject** shape_tree_node::papsShapeObj

Definition at line 462 of file shapefil.h.


The documentation for this struct was generated from the following file: