IntervalTree<T> Class

Public Class IntervalTree(Of  _ 
T
Implements IEnumerable
This language is not supported or no code example is available.
public class IntervalTree<T> : IEnumerable
This language is not supported or no code example is available.
generic<typename T> 
public ref class IntervalTree : public IEnumerable^
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

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

In this article

Definition