Class KdTreeNodeList<T>
List of k-dimensional tree nodes.
Implements
System.Collections.Generic.IList<NodeDistance<T>>
System.Collections.Generic.ICollection<NodeDistance<T>>
System.Collections.Generic.IReadOnlyList<NodeDistance<T>>
System.Collections.Generic.IReadOnlyCollection<NodeDistance<T>>
System.Collections.Generic.IEnumerable<NodeDistance<T>>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.Add(Mars.Common.Collections.NodeDistance<T>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.AddRange(System.Collections.Generic.IEnumerable<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.AsReadOnly()
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.BinarySearch(Mars.Common.Collections.NodeDistance<T>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.BinarySearch(Mars.Common.Collections.NodeDistance<T>, System.Collections.Generic.IComparer<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.BinarySearch(System.Int32, System.Int32, Mars.Common.Collections.NodeDistance<T>, System.Collections.Generic.IComparer<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.Clear()
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.Contains(Mars.Common.Collections.NodeDistance<T>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.ConvertAll<TOutput>(System.Converter<Mars.Common.Collections.NodeDistance<T>, TOutput>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.CopyTo(Mars.Common.Collections.NodeDistance<T>[])
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.CopyTo(Mars.Common.Collections.NodeDistance<T>[], System.Int32)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.CopyTo(System.Int32, Mars.Common.Collections.NodeDistance<T>[], System.Int32, System.Int32)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.Exists(System.Predicate<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.Find(System.Predicate<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.FindAll(System.Predicate<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.FindIndex(System.Int32, System.Int32, System.Predicate<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.FindIndex(System.Int32, System.Predicate<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.FindIndex(System.Predicate<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.FindLast(System.Predicate<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.FindLastIndex(System.Int32, System.Predicate<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.FindLastIndex(System.Predicate<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.ForEach(System.Action<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.GetEnumerator()
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.IndexOf(Mars.Common.Collections.NodeDistance<T>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.IndexOf(Mars.Common.Collections.NodeDistance<T>, System.Int32)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.IndexOf(Mars.Common.Collections.NodeDistance<T>, System.Int32, System.Int32)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.Insert(System.Int32, Mars.Common.Collections.NodeDistance<T>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.LastIndexOf(Mars.Common.Collections.NodeDistance<T>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.LastIndexOf(Mars.Common.Collections.NodeDistance<T>, System.Int32)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.LastIndexOf(Mars.Common.Collections.NodeDistance<T>, System.Int32, System.Int32)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.Remove(Mars.Common.Collections.NodeDistance<T>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.RemoveAll(System.Predicate<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.RemoveAt(System.Int32)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.Reverse()
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.Sort()
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.Sort(System.Collections.Generic.IComparer<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.Sort(System.Comparison<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.System.Collections.Generic.IEnumerable<Mars.Common.Collections.NodeDistance<T>>.GetEnumerator()
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.ToArray()
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.TrimExcess()
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.TrueForAll(System.Predicate<Mars.Common.Collections.NodeDistance<T>>)
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.Capacity
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.Count
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.Item[System.Int32]
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.System.Collections.Generic.ICollection<Mars.Common.Collections.NodeDistance<T>>.IsReadOnly
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Mars.Common.Collections.NodeDistance<T>>.System.Collections.IList.Item[System.Int32]
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Common.Collections
Assembly: Mars.Common.dll
Syntax
[Serializable]
public class KdTreeNodeList<T> : List<NodeDistance<T>>, IList<NodeDistance<T>>, ICollection<NodeDistance<T>>, IReadOnlyList<NodeDistance<T>>, IReadOnlyCollection<NodeDistance<T>>, IEnumerable<NodeDistance<T>>, IList, ICollection, IEnumerable where T : IComparable<T>, IEquatable<T>
Type Parameters
Name | Description |
---|---|
T | The type of the value being stored. |
Remarks
This class is used to store neighbor nodes when running one of the
search algorithms for k-dimensional trees.
Constructors
| Improve this Doc View SourceKdTreeNodeList()
Initializes a new instance of the KdTreeNodeList<T>
class that is empty.
Declaration
public KdTreeNodeList()
Remarks
This class is used to store neighbor nodes when running one of the
search algorithms for k-dimensional trees.
See Also
KdTree<T>
NodeDistance<TNode>
KdTreeNodeList(Int32)
Initializes a new instance of the KdTreeNodeList<T>
class that is empty and has the specified capacity.
Declaration
public KdTreeNodeList(int capacity)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | capacity |
Remarks
This class is used to store neighbor nodes when running one of the
search algorithms for k-dimensional trees.
See Also
KdTree<T>
NodeDistance<TNode>
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Extension Methods
See Also
KdTree<T>
NodeDistance<TNode>