KDTree3d<T> Class
Public Class KDTree3d(Of _ |
This language is not supported or no code example is available.
public ref class KDTree3d |
JScript does not support generic types and methods. |
This language is not supported or no code example is available.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Type Parameters
-
T
-
|
Name
|
Description
|
|
Count
|
Gets the number of objects in the tree.
|
Top
|
Name
|
Description
|
|
Clear()
|
Removes all objects from this kd tree.
|
|
GetRange(Extents3d)
|
This is a convenience overload for the GetRange(double,double,double,double,ref) method.
|
|
GetRange(double, double, double, double, double, double, ref List<T>)
|
Appends all objects that is inside a given rectangle to a list.
|
|
Insert(T)
|
Adds an object that implements the IPosition2d interface to the KDTree.
|
Top
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8