C# Class OverlappingModel, RandomCode

Inheritance: Model
Mostrar archivo Open project: Atrix256/RandomCode Class Usage Examples

Public Methods

Method Description
Graphics ( ) : Bitmap
OverlappingModel ( string name, int N, int width, int height, bool periodicInput, bool periodicOutput, int symmetry, int ground ) : System

Protected Methods

Method Description
Clear ( ) : void
OnBoundary ( int x, int y ) : bool
Propagate ( ) : bool

Method Details

Clear() protected method

protected Clear ( ) : void
return void

Graphics() public method

public Graphics ( ) : Bitmap
return Bitmap

OnBoundary() protected method

protected OnBoundary ( int x, int y ) : bool
x int
y int
return bool

OverlappingModel() public method

public OverlappingModel ( string name, int N, int width, int height, bool periodicInput, bool periodicOutput, int symmetry, int ground ) : System
name string
N int
width int
height int
periodicInput bool
periodicOutput bool
symmetry int
ground int
return System

Propagate() protected method

protected Propagate ( ) : bool
return bool