R_tree_props Class Reference

#include <r-tree.h>

List of all members.

Public Attributes

unsigned int maximum
unsigned int minimum


Detailed Description

A class (struct) which stores various general R-tree settings.

Definition at line 59 of file r-tree.h.


Member Data Documentation

unsigned int R_tree_props::maximum

The number of maximum children or elements per node

Definition at line 61 of file r-tree.h.

Referenced by R_tree< r_tree_variation >::full(), Hilbert_R_tree::handleOverflow(), Hilbert_R_tree::insert(), R_tree< r_tree_variation >::printTreeToStdOut(), R_tree< r_tree_variation >::R_tree(), and Hilbert_R_tree::visualiseTree().

unsigned int R_tree_props::minimum

The number of minimum children or elements per node

Definition at line 62 of file r-tree.h.

Referenced by Basic_R_tree::linearSplitElements(), Basic_R_tree::linearSplitNodes(), R_tree< r_tree_variation >::printTreeToStdOut(), Basic_R_tree::quadraticSplitElements(), Basic_R_tree::quadraticSplitNodes(), R_tree< r_tree_variation >::R_tree(), and Basic_R_tree::remove().


The documentation for this class was generated from the following file:
Generated on Sat Oct 13 17:34:43 2007 for R-Tree by  doxygen 1.5.2