C# Класс Fractrace.Scheduler.GrandScheduler

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DontActivateRender bool
inComputeOneStep bool

Защищенные свойства (Protected)

Свойство Тип Описание
_exemplar GrandScheduler
_historyFreezed bool
_historyFreezedObj object
_jobs List
_lockVar Object
threads System.Collections.Generic.List

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
PictureArtEnds ( ) : void

Is called, if drawing of image ist ready.

Описание методов

AddThread() публичный Метод

Add given thread to threads. Previously closed threads are removed from threads.
public AddThread ( System thread ) : void
thread System
Результат void

ComputeOneStepEnds() публичный Метод

Is called, if mainDisplayForm.ComputeOneStep ends.
public ComputeOneStepEnds ( ) : void
Результат void

GrandScheduler() публичный Метод

public GrandScheduler ( ) : System
Результат System

PictureArtEnds() защищенный Метод

Is called, if drawing of image ist ready.
protected PictureArtEnds ( ) : void
Результат void

PictureIsCreated() публичный Метод

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
Результат bool

SetBatch() публичный Метод

public SetBatch ( BatchProcess batchProcess ) : void
batchProcess BatchProcess
Результат void

Описание свойств

DontActivateRender публичное свойство

public bool DontActivateRender
Результат bool

_exemplar защищенное статическое свойство

protected static GrandScheduler,Fractrace.Scheduler _exemplar
Результат GrandScheduler

_historyFreezed защищенное свойство

True, if current input values are freezed.
protected bool _historyFreezed
Результат bool

_historyFreezedObj защищенное свойство

protected object _historyFreezedObj
Результат object

_jobs защищенное свойство

Runing jobs.
protected List _jobs
Результат List

_lockVar защищенное статическое свойство

protected static Object _lockVar
Результат Object

inComputeOneStep публичное свойство

Indicates, that the application is computing a bitmap of the "Gestalt".
public bool inComputeOneStep
Результат bool

threads защищенное свойство

Contains list of all running threads.
protected System.Collections.Generic.List threads
Результат System.Collections.Generic.List