GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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 119 of file rtree.h.

Field Documentation

◆ area

RectReal RTree_PartitionVars::area[2]

Definition at line 125 of file rtree.h.

Referenced by RTreeInitPVars().

◆ count

int RTree_PartitionVars::count[2]

Definition at line 123 of file rtree.h.

Referenced by RTreeInitPVars().

◆ cover

struct RTree_Rect RTree_PartitionVars::cover[2]

Definition at line 124 of file rtree.h.

Referenced by RTreeDestroyTree(), and RTreeInitPVars().

◆ minfill

int RTree_PartitionVars::minfill

Definition at line 121 of file rtree.h.

Referenced by RTreeInitPVars().

◆ partition

int RTree_PartitionVars::partition[MAXCARD+1]

Definition at line 120 of file rtree.h.

Referenced by RTreeInitPVars().

◆ taken

int RTree_PartitionVars::taken[MAXCARD+1]

Definition at line 122 of file rtree.h.

Referenced by RTreeInitPVars().

◆ total

int RTree_PartitionVars::total

Definition at line 121 of file rtree.h.

Referenced by RTreeInitPVars().


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