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

#include <index.h>

Collaboration diagram for RTree_ListNode:

Data Fields

struct RTree_ListNodenext
 
struct RTree_Nodenode
 

Detailed Description

Definition at line 34 of file index.h.

Field Documentation

◆ next

struct RTree_ListNode* RTree_ListNode::next

Definition at line 36 of file index.h.

Referenced by RTreeReInsertNode().

◆ node

struct RTree_Node* RTree_ListNode::node

Definition at line 37 of file index.h.

Referenced by RTreeReInsertNode().


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