Open schmie opened 9 years ago
Modified by mdavezac on 22 Apr 2015 12:58 UTC
Modified by mdavezac on 20 May 2015 10:41 UTC
Comment by mdavezac on 27 May 2015 06:38 UTC
There are three geometric zones:
Buffer::requestNewCell(n)
Buffer::operator()(callback)
. The callback takes a new cell as input and does what it does with new cells, e.g. call CellArmy::AddCell.In practice, a Buffer instance can be passed on to CellArmy::SetCellInsertion
.
The Buffer object gets its own virtual cells from yet a separate object. This means we can use the buffer with different cell distributions, e.g. the columns of ColumnCellDrop, or something more advanced. The buffer's job is to mediate between the vascular system and the distribution of virtual cells.
styling commits: 8e0c11c38101, e62a06395975, 71fc18e4ef09, 3cf7fd5c5f24, f67fd6895724, 999733903a73, 5a8d8b9cd3c0, d439c9755d0b, and ec5777d552ee commits: e6b0c899a7f3, fb7547866f6b
Modified by mdavezac on 27 May 2015 07:01 UTC
Reported by mdavezac on 22 Apr 2015 12:58 UTC Given: