Show / Hide Table of Contents

Interface IOmnitree<T>

A Spacial Partitioning data structure.

Inherited Members
IDataStructure<T>.ToArray()
ISteppable<T>.StepperBreak<TStep>(TStep)
DataStructure.ICountable.Count
DataStructure.IAddable<T>.TryAdd(T)
DataStructure.IClearable.Clear()
Namespace: Towel.DataStructures
Assembly: Towel.dll
Syntax
public interface IOmnitree<T> : IDataStructure<T>, ISteppable<T>, System.Collections.Generic.IEnumerable<T>, DataStructure.ICountable, DataStructure.IAddable<T>, DataStructure.IClearable
Type Parameters
Name Description
T

The type of items to store in the omnitree.

Properties

| Improve this Doc View Source

Dimensions

The number of dimensions this tree is sorting on.

Declaration
int Dimensions { get; }
Property Value
Type Description
System.Int32

Extension Methods

Steppable.Stepper<T>(ISteppable<T>, Action<T>)
Steppable.Stepper<T, TStep>(ISteppable<T>, TStep)
Steppable.StepperBreak<T>(ISteppable<T>, Func<T, StepStatus>)
DataStructure.Add<T>(DataStructure.IAddable<T>, T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX