TwoDimMargolusBlockLattice

Undocumented in source.

Constructors

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

Alias This

base

Members

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.
getBlock
Ct[] getBlock(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
getBlock
Ct[] getBlock(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
getLatticeSize
Size[2] getLatticeSize()
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.
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(void delegate(int x, int y) iterator)
Undocumented in source. Be warned that the author may not have intended to support it.
iterate
void iterate(void delegate(int x, int y) iterator)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateBlocks
void iterateBlocks(void delegate(int x, int y) iterator)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateBlocks
void iterateBlocks(void delegate(int x, int y) iterator)
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.
setBlock
void setBlock(int x, int y, Ct[] newBlock)
Undocumented in source. Be warned that the author may not have intended to support it.
setBlock
void setBlock(int x, int y, Ct[] newBlock)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

base
Base!(TwoDimLattice!Ct, TwoDimBlockLattice!Ct, TwoDimBoundedLattice) base;
Undocumented in source.

Meta