LineGridTCell Methods |
The LineGridTCell generic type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginShape | ||
| CloneStructureTNewCell | ||
| Contains | ||
| DefaultContains | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetAllNeighbors | ||
| GetEnumerator | ||
| GetHashCode | (Inherited from Object.) | |
| GetLargeSet | ||
| GetNeighborDirections | ||
| GetStoragePoints | ||
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Segment | ||
| SetGridPointTransforms |
This functions make it possible to do things such as flip axes.
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ButFirstLinePoint |
Returns an enumerable of all elements of the given list but the first,
keeping them in order.
(Defined by CollectionExtensions.) | |
| ButLastLinePoint |
Returns an enumerable of all elements in the given
list but the last, keeping them in order.
(Defined by CollectionExtensions.) | |
| CombinationsLinePoint |
Generates all combinations of m elements selected from the list.
(Defined by Combinatorial.) | |
| ListToStringLinePoint |
Returns a pretty string representation of the given list. The resulting string looks something like
[a, b, c].
(Defined by CollectionExtensions.) | |
| MaxByLinePoint(FuncLinePoint, IComparable) | Overloaded.
Finds the maximum element in the source as scored by the given function.
(Defined by CollectionExtensions.) | |
| MaxByLinePoint, TKey(FuncLinePoint, TKey) | Overloaded.
Finds the minimum element in the source as scored by its projection.
(Defined by CollectionExtensions.) | |
| MaxByLinePoint, TKey(FuncLinePoint, TKey, IComparerTKey) | Overloaded.
Finds the minimum element in the source as scored by the given function applied to a projection on the elements.
(Defined by CollectionExtensions.) | |
| MinByLinePoint, TKey(FuncLinePoint, TKey) | Overloaded.
Finds the minimum element in the source as scored by its projection.
(Defined by CollectionExtensions.) | |
| MinByLinePoint, TKey(FuncLinePoint, TKey, IComparerTKey) | Overloaded.
Finds the minimum element in the source as scored by the given function applied to a projection on the elements.
(Defined by CollectionExtensions.) | |
| PartitionsLinePoint |
Returns a list of all the partitions of a list.
(Defined by Combinatorial.) | |
| PermutationsLinePoint |
Generates all permutations of the list of elements.
(Defined by Combinatorial.) | |
| PowerSetLinePoint |
Returns the power set of the input, that is, the set of all subsets of the input.
(Defined by Combinatorial.) | |
| RandomItemLinePoint | Overloaded.
Returns a random element from a source.
(Defined by CollectionExtensions.) | |
| RandomItemLinePoint(IRandom) | Overloaded.
Returns a random element from a source.
(Defined by CollectionExtensions.) | |
| RotateLeftLinePoint |
Returns a enumerable with elements in order, but the first element is moved to the end.
(Defined by CollectionExtensions.) | |
| RotateRightLinePoint |
Returns a enumerable with elements in order, but the last element is moved to the front.
(Defined by CollectionExtensions.) | |
| SampleRandomLinePoint(Int32) | Overloaded.
Returns a random sample from a source.
(Defined by CollectionExtensions.) | |
| SampleRandomLinePoint(Int32, IRandom) | Overloaded.
Returns a random sample from a source.
(Defined by CollectionExtensions.) | |
| TakeHalfLinePoint |
Returns the first half of elements from a source.
(Defined by CollectionExtensions.) | |
| TakeLastLinePoint |
Returns the last n elements from a source.
(Defined by CollectionExtensions.) | |
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) | |
| ToPeriodicGeneratorLinePoint | (Defined by GeneratorExtensions.) | |
| ToRandomElementGeneratorLinePoint | (Defined by GeneratorExtensions.) | |
| TuplesLinePoint | (Defined by Combinatorial.) |
| Name | Description | |
|---|---|---|
| IEnumerableGetEnumerator |