Struct SquareGrid.Enumerator
Struct enumerator that enumerates all cells of a bounded grid. This includes open cells that are not set.
This can be used for constructing ALT heuristics.
Assembly: AnyPath.dll
Syntax
public struct SquareGrid.Enumerator : IEnumerator<SquareGridCell>, IEnumerator, IDisposable
Constructors
Enumerator(SquareGrid)
Declaration
public Enumerator(SquareGrid grid)
Parameters
Properties
Current
Declaration
public SquareGridCell Current { get; }
Property Value
Methods
Dispose()
Declaration
MoveNext()
Declaration
Returns
Reset()
Declaration
Implements
Extension Methods