Property | Type | Description | |
---|---|---|---|
DontActivateRender | bool | ||
inComputeOneStep | bool |
Property | Type | Description | |
---|---|---|---|
_exemplar | |||
_historyFreezed | bool | ||
_historyFreezedObj | object | ||
_jobs | List |
||
_lockVar | Object | ||
threads | System.Collections.Generic.List |
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 |
Method | Description | |
---|---|---|
PictureArtEnds ( ) : void |
Is called, if drawing of image ist ready.
|
public PictureIsCreated ( Iterate iter, Fractrace.DataTypes.PictureData pictureData ) : bool | ||
iter | Iterate | |
pictureData | Fractrace.DataTypes.PictureData | |
return | bool |
public SetBatch ( BatchProcess batchProcess ) : void | ||
batchProcess | BatchProcess | |
return | void |
protected static GrandScheduler,Fractrace.Scheduler _exemplar | ||
return |