C# Class CyclicCellularAutomaton.CyclicCellularAut

Afficher le fichier Open project: stonemonkey/Internship2013 Class Usage Examples

Méthodes publiques

Méthode Description
CreateNewGeneration ( ) : void
CyclicCellularAut ( List inputList ) : System
PrintGeneration ( ) : void

Private Methods

Méthode Description
GetNumberofNeighboursWhoseColorIsNextInTheCycle ( Cell cell ) : int

Method Details

CreateNewGeneration() public méthode

public CreateNewGeneration ( ) : void
Résultat void

CyclicCellularAut() public méthode

public CyclicCellularAut ( List inputList ) : System
inputList List
Résultat System

PrintGeneration() public méthode

public PrintGeneration ( ) : void
Résultat void