C# Class Fractrace.Scheduler.GrandScheduler

Mostra file Open project: trafassel/Gestaltlupe

Public Properties

Property Type Description
DontActivateRender bool
inComputeOneStep bool

Protected Properties

Property Type Description
_exemplar GrandScheduler
_historyFreezed bool
_historyFreezedObj object
_jobs List
_lockVar Object
threads System.Collections.Generic.List

Public Methods

Method Description
AddThread ( System thread ) : void

Add given thread to threads. Previously closed threads are removed from threads.

ComputeOneStepEnds ( ) : void

Is called, if mainDisplayForm.ComputeOneStep ends.

GrandScheduler ( ) : System
PictureIsCreated ( Iterate iter, Fractrace.DataTypes.PictureData pictureData ) : bool

Is called, if result picture is created. Return true if new rendering should be startet.

SetBatch ( BatchProcess batchProcess ) : void

Protected Methods

Method Description
PictureArtEnds ( ) : void

Is called, if drawing of image ist ready.

Method Details

AddThread() public method

Add given thread to threads. Previously closed threads are removed from threads.
public AddThread ( System thread ) : void
thread System
return void

ComputeOneStepEnds() public method

Is called, if mainDisplayForm.ComputeOneStep ends.
public ComputeOneStepEnds ( ) : void
return void

GrandScheduler() public method

public GrandScheduler ( ) : System
return System

PictureArtEnds() protected method

Is called, if drawing of image ist ready.
protected PictureArtEnds ( ) : void
return void

PictureIsCreated() public method

Is called, if result picture is created. Return true if new rendering should be startet.
public PictureIsCreated ( Iterate iter, Fractrace.DataTypes.PictureData pictureData ) : bool
iter Iterate
pictureData Fractrace.DataTypes.PictureData
return bool

SetBatch() public method

public SetBatch ( BatchProcess batchProcess ) : void
batchProcess BatchProcess
return void

Property Details

DontActivateRender public_oe property

public bool DontActivateRender
return bool

_exemplar protected_oe static_oe property

protected static GrandScheduler,Fractrace.Scheduler _exemplar
return GrandScheduler

_historyFreezed protected_oe property

True, if current input values are freezed.
protected bool _historyFreezed
return bool

_historyFreezedObj protected_oe property

protected object _historyFreezedObj
return object

_jobs protected_oe property

Runing jobs.
protected List _jobs
return List

_lockVar protected_oe static_oe property

protected static Object _lockVar
return Object

inComputeOneStep public_oe property

Indicates, that the application is computing a bitmap of the "Gestalt".
public bool inComputeOneStep
return bool

threads protected_oe property

Contains list of all running threads.
protected System.Collections.Generic.List threads
return System.Collections.Generic.List