C# 클래스 CyclicCellularAutomaton.CyclicCellularAut

파일 보기 프로젝트 열기: stonemonkey/Internship2013 1 사용 예제들

공개 메소드들

메소드 설명
CreateNewGeneration ( ) : void
CyclicCellularAut ( List inputList ) : System
PrintGeneration ( ) : void

비공개 메소드들

메소드 설명
GetNumberofNeighboursWhoseColorIsNextInTheCycle ( Cell cell ) : int

메소드 상세

CreateNewGeneration() 공개 메소드

public CreateNewGeneration ( ) : void
리턴 void

CyclicCellularAut() 공개 메소드

public CyclicCellularAut ( List inputList ) : System
inputList List
리턴 System

PrintGeneration() 공개 메소드

public PrintGeneration ( ) : void
리턴 void