KDTreeT Properties |
The KDTreeT generic type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of elements contained in this
tree. This is also the number of tree nodes.
(Inherited from KDTreeBaseTNode.) | |
Dimensions |
Gets the number of dimensions expected
by the input points of this tree.
(Inherited from KDTreeBaseTNode.) | |
Distance |
Gets or set the distance function used to
measure distances amongst points on this tree
(Inherited from KDTreeBaseTNode.) | |
Leaves |
Gets the number of leaves contained in this
tree. This can be used to calibrate approximate
nearest searchers.
(Inherited from KDTreeBaseTNode.) | |
Root |
Gets the root node of this tree.
(Inherited from BinaryTreeTNode.) |