ca-lib2 v2.3.5 (2017-03-29T13:36:46Z)
Dub
Repo
TwoDimDenseLattice.iterate
caLib
lattices
TwoDimDenseLattice
TwoDimDenseLattice
Undocumented in source. Be warned that the author may not have intended to support it.
void
iterate
(Ct delegate(Ct cellState, Ct[] neighbours, int x, int y) rule)
void
iterate
(Ct delegate(Ct cellState, Ct[] neighbours, int x, int y) rule)
struct
TwoDimDenseLattice
(Ct, Nt)
void
iterate
(
Ct
delegate
(
Ct
cellState
,
Ct
[]
neighbours
,
int
x
,
int
y
)
rule
)
if
(
isNeighbourhood
!(
Nt
, 2)
)
Meta
Source
See Implementation
caLib
lattices
TwoDimDenseLattice
TwoDimDenseLattice
aliases
CellStateType
NeighbourhoodType
constructors
this
functions
get
getLatticeBounds
getNeighbours
iterate
nextGen
set
variables
Dimension