C# Class VelocityDb.Collection.Spatial.NodeInternal

Inheritance: NodeBase
Show file Open project: VelocityDB/VelocityDB Class Usage Examples

Private Properties

Property Type Description
Nearest double
NodeInternal System
addEntry void
adjustTree NodeInternal
deleteEntry void
pickNext int
pickSeeds void
reorganize void
splitNode NodeInternal

Private Methods

Method Description
Nearest ( System.Point p, VelocityDb.Collection.Spatial.RTree rTree, double furthestDistanceSq, PriorityQueueRTree nearestRectangles ) : double
NodeInternal ( int level, int maxNodeEntries ) : System
addEntry ( Rectangle &r, NodeBase childNode ) : void
adjustTree ( VelocityDb.Collection.Spatial.RTree rTree, NodeInternal nn ) : NodeInternal
deleteEntry ( int i ) : void
pickNext ( VelocityDb.Collection.Spatial.RTree rTree, NodeInternal newNode ) : int
pickSeeds ( VelocityDb.Collection.Spatial.RTree rTree, Rectangle &r, NodeInternal newNode, NodeBase childNode ) : void
reorganize ( VelocityDb.Collection.Spatial.RTree rtree ) : void
splitNode ( VelocityDb.Collection.Spatial.RTree rTree, Rectangle &r, NodeBase childNode ) : NodeInternal