CA Struct Reference

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.

Detailed Description

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.


Field Documentation

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.


The documentation for this struct was generated from the following files:

Generated on Mon Apr 12 21:34:48 2010 for CS523: Complex Adaptive Systems, Spring 2010, Assignment 2 by  doxygen 1.6.1