C# Класс VelocityDb.Collection.Spatial.NodeInternal

Наследование: NodeBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Nearest double
NodeInternal System
addEntry void
adjustTree NodeInternal
deleteEntry void
pickNext int
pickSeeds void
reorganize void
splitNode NodeInternal

Приватные методы

Метод Описание
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