Uses of Class
net.imglib2.KDTreeNode
Packages that use KDTreeNode
-
Uses of KDTreeNode in net.imglib2
Subclasses of KDTreeNode in net.imglib2Modifier and TypeClassDescriptionprotected static final class
A KDTreeNode that stores it's value as a Sampler.protected static final class
A KDTreeNode that stores it's value as a reference.Fields in net.imglib2 declared as KDTreeNodeModifier and TypeFieldDescriptionfinal KDTreeNode
<T> KDTreeNode.left
Left child of this node.final KDTreeNode
<T> KDTreeNode.right
Right child of this node.protected final KDTreeNode
<T> KDTree.root
Methods in net.imglib2 that return KDTreeNodeModifier and TypeMethodDescriptionabstract KDTreeNode
<T> KDTreeNode.copy()
KDTree.getRoot()
Get the root node.Methods in net.imglib2 with parameters of type KDTreeNodeConstructors in net.imglib2 with parameters of type KDTreeNodeModifierConstructorDescriptionprotected
KDTreeNode
(KDTreeNode<T> node) KDTreeNode
(RealLocalizable position, int dimension, KDTreeNode<T> left, KDTreeNode<T> right) -
Uses of KDTreeNode in net.imglib2.neighborsearch
Fields in net.imglib2.neighborsearch declared as KDTreeNodeModifier and TypeFieldDescriptionprotected KDTreeNode
<T> NearestNeighborSearchOnKDTree.bestPoint
protected KDTreeNode<T>[]
KNearestNeighborSearchOnKDTree.bestPoints
Fields in net.imglib2.neighborsearch with type parameters of type KDTreeNodeModifier and TypeFieldDescriptionprotected ArrayList
<ValuePair<KDTreeNode<T>, Double>> RadiusNeighborSearchOnKDTree.resultPoints
Methods in net.imglib2.neighborsearch with parameters of type KDTreeNodeModifier and TypeMethodDescriptionprotected void
KNearestNeighborSearchOnKDTree.searchNode
(KDTreeNode<T> current) protected void
NearestNeighborSearchOnKDTree.searchNode
(KDTreeNode<T> current) protected void
RadiusNeighborSearchOnKDTree.searchNode
(KDTreeNode<T> current, double squRadius)