Horizon
Loading...
Searching...
No Matches
Public Attributes | List of all members
RTree< DATATYPE, ELEMTYPE, NUMDIMS, ELEMTYPEREAL, TMAXNODES, TMINNODES >::ListNode Struct Reference

A link list of nodes for reinsertion after a delete operation. More...

#include <rtree.h>

Public Attributes

ListNodem_next
 Next in list.
 
Nodem_node
 Node.
 

Detailed Description

template<class DATATYPE, class ELEMTYPE, int NUMDIMS, class ELEMTYPEREAL = ELEMTYPE, int TMAXNODES = 8, int TMINNODES = TMAXNODES / 2>
struct RTree< DATATYPE, ELEMTYPE, NUMDIMS, ELEMTYPEREAL, TMAXNODES, TMINNODES >::ListNode

A link list of nodes for reinsertion after a delete operation.


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