TwoDimDenseLattice

Undocumented in source.

Constructors

this
this(int width, int height, Nt* neighbourhood, Ct emptyCellState, Ct delegate(int x, int y) initialCondition)
Undocumented in source.

Members

Aliases

CellStateType
alias CellStateType = Ct
Undocumented in source.
NeighbourhoodType
alias NeighbourhoodType = Nt
Undocumented in source.

Functions

get
Ct get(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
get
Ct get(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
getLatticeBounds
int[2] getLatticeBounds()
Undocumented in source.
getNeighbours
Ct[] getNeighbours(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
getNeighbours
Ct[] getNeighbours(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
iterate
void iterate(Ct delegate(Ct cellState, Ct[] neighbours, int x, int y) rule)
Undocumented in source. Be warned that the author may not have intended to support it.
iterate
void iterate(Ct delegate(Ct cellState, Ct[] neighbours, int x, int y) rule)
Undocumented in source. Be warned that the author may not have intended to support it.
nextGen
void nextGen()
Undocumented in source. Be warned that the author may not have intended to support it.
nextGen
void nextGen()
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(int x, int y, Ct newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(int x, int y, Ct newValue)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

Dimension
enum uint Dimension;
Undocumented in source.

Meta