C# 클래스 Fractrace.Scheduler.GrandScheduler

파일 보기 프로젝트 열기: trafassel/Gestaltlupe

공개 프로퍼티들

프로퍼티 타입 설명
DontActivateRender bool
inComputeOneStep bool

보호된 프로퍼티들

프로퍼티 타입 설명
_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