Uses of Interface
cz.fidentis.analyst.data.kdtree.LeftBalancedKdNode
Packages that use LeftBalancedKdNode
Package
Description
K-d tree space partitioning structure.
-
Uses of LeftBalancedKdNode in cz.fidentis.analyst.data.kdtree
Methods in cz.fidentis.analyst.data.kdtree that return LeftBalancedKdNodeModifier and TypeMethodDescriptionLeftBalancedKdTree.getLeftChild
(int index) Returns left child of node at index.LeftBalancedKdTree.getNode
(int index) Returns node of the tree at the specified index of the tree array.LeftBalancedKdTree.getRightChild
(int index) Returns right child of node at index.Methods in cz.fidentis.analyst.data.kdtree that return types with arguments of type LeftBalancedKdNodeModifier and TypeMethodDescriptionLeftBalancedKdTree.getKdTreeArray()
Gets the Kd-tree stored in an array. -
Uses of LeftBalancedKdNode in cz.fidentis.analyst.data.kdtree.impl
Classes in cz.fidentis.analyst.data.kdtree.impl that implement LeftBalancedKdNodeModifier and TypeClassDescriptionclass
Implementation of a kd-tree node used in the left-balanced kd-tree.Methods in cz.fidentis.analyst.data.kdtree.impl that return LeftBalancedKdNodeModifier and TypeMethodDescriptionLeftBalancedKdTreeImpl.getLeftChild
(int index) LeftBalancedKdTreeImpl.getNode
(int index) LeftBalancedKdTreeImpl.getRightChild
(int index) LeftBalancedKdTreeImpl.getRoot()
Methods in cz.fidentis.analyst.data.kdtree.impl that return types with arguments of type LeftBalancedKdNode