IntervalTree<T> Class

public class IntervalTree<T> : IEnumerable

Type Parameters

T

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

.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