KDTree2d<T> Class
Public Class KDTree2d(Of _
T As IPosition2d)
This language is not supported or no code example is available.
public class KDTree2d<T>
where T : IPosition2d
This language is not supported or no code example is available.
generic<typename T>
where T : IPosition2d^
public ref class KDTree2d
This language is not supported or no code example is available.
Type Parameters
- T
Name | Description | |
---|---|---|
Clear() | Removes all objects from this kd tree. | |
GetRange(Extents2d) | This is a convenience overload for the GetRange(double,double,double,double,ref) method. | |
GetRange(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.KDTree2d<T>