GRASS GIS 8 Programmer's Manual  8.2.2dev(2023)-3d2c704037
RTree::_recycle Struct Reference

#include <rtree.h>

Data Fields

int avail
 
int alloc
 
off_t * pos
 

Detailed Description

Definition at line 155 of file rtree.h.

Field Documentation

◆ alloc

int RTree::_recycle::alloc

Definition at line 157 of file rtree.h.

Referenced by RTreeAddNodePos(), RTreeCreateTree(), and RTreeDestroyTree().

◆ avail

int RTree::_recycle::avail

Definition at line 156 of file rtree.h.

Referenced by RTreeAddNodePos(), RTreeCreateTree(), and RTreeGetNodePos().

◆ pos

off_t* RTree::_recycle::pos

Definition at line 158 of file rtree.h.

Referenced by RTreeAddNodePos(), RTreeCreateTree(), RTreeDestroyTree(), and RTreeGetNodePos().


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