Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar.RStarTreeNode

Packages that use RStarTreeNode
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar RStarTree 
 

Uses of RStarTreeNode in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar
 

Methods in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar that return RStarTreeNode
protected  RStarTreeNode RStarTree.createNewDirectoryNode(int capacity)
          Creates a new directory node with the specified capacity.
protected  RStarTreeNode RStarTreeNode.createNewDirectoryNode(int capacity)
          Creates a new directory node with the specified capacity.
protected  RStarTreeNode RStarTree.createNewLeafNode(int capacity)
          Creates a new leaf node with the specified capacity.
protected  RStarTreeNode RStarTreeNode.createNewLeafNode(int capacity)
          Creates a new leaf node with the specified capacity.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar that return types with arguments of type RStarTreeNode
protected  Class<RStarTreeNode> RStarTree.getNodeClass()
          Return the node base class.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar with parameters of type RStarTreeNode
protected  SpatialEntry RStarTree.createNewDirectoryEntry(RStarTreeNode node)
           
 

Constructor parameters in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar with type arguments of type RStarTreeNode
RStarTreeNode(PageFile<RStarTreeNode> file, int capacity, boolean isLeaf)
          Creates a new RStarTreeNode with the specified parameters.
 


Release 0.3 (2010-03-31_1612)