Represents a cellular automaton. More...
#include <cellularAutomata.h>
Data Fields | |
| int | size |
| The dimension of the square CA. | |
| int *** | grid |
| The 2D grid that we use to represent the CA. | |
Represents a cellular automaton.
Contains the size of the CA and also the actual grid that represents the CA.
Definition at line 23 of file cellularAutomata.h.
| int *** CA::grid |
The 2D grid that we use to represent the CA.
Definition at line 27 of file cellularAutomata.h.
| int CA::size |
The dimension of the square CA.
Definition at line 25 of file cellularAutomata.h.
1.6.1