GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-f8115df121
RTree_PartitionVars Struct Reference

#include <rtree.h>

Collaboration diagram for RTree_PartitionVars:

Data Fields

int partition [MAXCARD+1]
 
int total
 
int minfill
 
int taken [MAXCARD+1]
 
int count [2]
 
struct RTree_Rect cover [2]
 
RectReal area [2]
 

Detailed Description

Definition at line 114 of file rtree.h.

Field Documentation

◆ area

RectReal RTree_PartitionVars::area[2]

Definition at line 120 of file rtree.h.

Referenced by RTreeInitPVars().

◆ count

int RTree_PartitionVars::count[2]

Definition at line 118 of file rtree.h.

Referenced by RTreeInitPVars().

◆ cover

struct RTree_Rect RTree_PartitionVars::cover[2]

Definition at line 118 of file rtree.h.

Referenced by RTreeCreateTree(), and RTreeInitPVars().

◆ minfill

int RTree_PartitionVars::minfill

Definition at line 116 of file rtree.h.

Referenced by RTreeInitPVars().

◆ partition

int RTree_PartitionVars::partition[MAXCARD+1]

Definition at line 115 of file rtree.h.

Referenced by RTreeInitPVars().

◆ taken

int RTree_PartitionVars::taken[MAXCARD+1]

Definition at line 117 of file rtree.h.

Referenced by RTreeInitPVars().

◆ total

int RTree_PartitionVars::total

Definition at line 116 of file rtree.h.

Referenced by RTreeInitPVars().


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