KDTree3d<T> Class
Public Class KDTree3d(Of _
T As IPosition3d)
This language is not supported or no code example is available.
public class KDTree3d<T>
where T : IPosition3d
This language is not supported or no code example is available.
generic<typename T>
where T : IPosition3d^
public ref class KDTree3d
This language is not supported or no code example is available.
Type Parameters
- T
| Name | Description | |
|---|---|---|
|
KDTree3d() | |
|
KDTree3d(List<T>) |
| 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. |
IGS.Genamo.KDTree3d<T>