Show / Hide Table of Contents

Interface IOmnitree<T, Axis1, Axis2, Axis3, Axis4, Axis5>

Inheritance base for 5D omnitrees.

Inherited Members
IOmnitree<T>.Dimensions
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, Axis1, Axis2, Axis3, Axis4, Axis5> : 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.

Axis1

The type 1D axis.

Axis2

The type 2D axis.

Axis3

The type 3D axis.

Axis4

The type 4D axis.

Axis5

The type 5D axis.

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