IntervalTree<T> Class
Name | Description | |
---|---|---|
![]() |
Add(T, double, double) | |
![]() |
Clear() | |
![]() |
Construct() | |
![]() |
Find(double) | Finds all intervals with min inclusive and max exclusive |
![]() |
Find(double, double, Func<TBoolean>) | |
![]() |
GetEnumerator() | Returns an enumerator that iterates through a collection. |
![]() |
Translate(double) | Translates the interval. Does not translate the objects. |
Name | Description | |
---|---|---|
![]() |
ITInterval<U> | |
![]() |
ITNode<U> |
Name | Description | |
---|---|---|
![]() |
IntervalTree.intervals | |
![]() |
IntervalTree.objects |
IGS.Genamo.IntervalTree<T>