Uses of Interface
cz.fidentis.analyst.data.kdtree.KdNode
Packages that use KdNode
Package
Description
K-d tree space partitioning structure.
-
Uses of KdNode in cz.fidentis.analyst.data.kdtree
Methods in cz.fidentis.analyst.data.kdtree that return KdNodeModifier and TypeMethodDescriptionKdNode.getGreater()
Tree traversal - go to the "grater" child.KdNode.getLesser()
Tree traversal - go to the "lesser" child.KdTree.getRoot()
Tree traversal - go to the "root" of the tree.KdNode.setGreater
(KdNode greater) Set lesser node.Set lesser node.Methods in cz.fidentis.analyst.data.kdtree with parameters of type KdNode -
Uses of KdNode in cz.fidentis.analyst.data.kdtree.impl
Classes in cz.fidentis.analyst.data.kdtree.impl that implement KdNodeMethods in cz.fidentis.analyst.data.kdtree.impl that return KdNodeModifier and TypeMethodDescriptionKdNodeImpl.getGreater()
KdNodeImpl.getLesser()
KdTreeImpl.getRoot()
KdNodeImpl.setGreater
(KdNode greater) Methods in cz.fidentis.analyst.data.kdtree.impl with parameters of type KdNode -
Uses of KdNode in cz.fidentis.analyst.engines.point2surface.impl
Methods in cz.fidentis.analyst.engines.point2surface.impl that return KdNodeMethods in cz.fidentis.analyst.engines.point2surface.impl that return types with arguments of type KdNode