} // default public CellularAutomatonMixIsland(uint loopNum, IList <int> list) { this.loopNum = loopNum; this.mixRect = new HalfMixRect(list); }
public CellularAutomatonMixIsland(MatrixRange matrixRange, uint loopNum, IList <int> list) { this.loopNum = loopNum; this.mixRect = new HalfMixRect(matrixRange, list); this.cellularAutomaton = new CellularAutomaton(matrixRange); }
/* Constructors */ public CellularAutomatonMixIsland() { this.mixRect = new HalfMixRect(); } // default