Public Attributes | List of all members
RStarNode< BoundedItem > Struct Template Reference

#include <RStarTree.h>

Inheritance diagram for RStarNode< BoundedItem >:

Public Attributes

std::vector< BoundedItem * > items
 
bool hasLeaves
 

Detailed Description

template<typename BoundedItem>
struct RStarNode< BoundedItem >

Definition at line 64 of file RStarTree.h.

Member Data Documentation

template<typename BoundedItem >
bool RStarNode< BoundedItem >::hasLeaves

Definition at line 66 of file RStarTree.h.

template<typename BoundedItem >
std::vector< BoundedItem* > RStarNode< BoundedItem >::items

Definition at line 65 of file RStarTree.h.


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