C# Class OverlappingModel, RandomCode

Inheritance: Model
Afficher le fichier Open project: Atrix256/RandomCode Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Clear ( ) : void
OnBoundary ( int x, int y ) : bool
Propagate ( ) : bool

Method Details

Clear() protected méthode

protected Clear ( ) : void
Résultat void

Graphics() public méthode

public Graphics ( ) : Bitmap
Résultat Bitmap

OnBoundary() protected méthode

protected OnBoundary ( int x, int y ) : bool
x int
y int
Résultat bool

OverlappingModel() public méthode

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
Résultat System

Propagate() protected méthode

protected Propagate ( ) : bool
Résultat bool