Welcome to the NetCologne GmbH open source mirroring service!
	This machine mirrors various open-source projects.
	20 Gbit/s uplink.
	
	If there are any issues or you want another project mirrored, please contact
	mirror-service -=AT=- netcologne DOT de ! 
Ca2dCa2d
Name
Ca2d --  Defines abstract protocol for cellular automata.
Description
 Inherits from DblBuffer2d, defines abstract protocol for cellular automata. 
Methods
Phase: Creating
- -  initializeLattice-  Use this to set up your CA to a default initial state. Unimplemented in Ca2d; subclass this to set up initial state of lattice. 
- -  setNumStates:-  (unsigned) n-  Record the number of states the CA understands. 
Phase: Using
- -  stepRule-  One iteration of the CA rule. Unimplemented in Ca2d; subclass this to implement your CA rule. 
