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()
          Creates a new directory node with the specified capacity.
protected  RStarTreeNode RStarTree.createNewLeafNode()
          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> RStarTreeFactory.getNodeClass()
           
 

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
RStarTree(PageFile<RStarTreeNode> pagefile, BulkSplit bulkSplitter, InsertionStrategy insertionStrategy)
          Constructor.
RStarTreeIndex(Relation<O> relation, PageFile<RStarTreeNode> pagefile, BulkSplit bulkSplitter, InsertionStrategy insertionStrategy)
          Constructor.
 


Release 0.4.0 (2011-09-20_1324)