GRASS GIS 8 Programmer's Manual  8.2.2dev(2023)-3d2c704037
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: