Свойство | Type | Description | |
---|---|---|---|
_oneStepProgress | bool |
Свойство | Type | Description | |
---|---|---|---|
_abort | bool | ||
_availableY | int | ||
_generateLock | object | ||
_height | int | ||
_isRightView | bool | ||
_lastUsedFormulas | |||
_maxxIter | int | ||
_maxyIter | int | ||
_maxzIter | int | ||
_parameterDict | |||
_pause | bool | ||
_start | bool | ||
_startCount | int | ||
_startCountLock | object | ||
_transformUpdate | bool | ||
_width | int |
Méthode | Description | |
---|---|---|
Abort ( ) : void |
Von Außen wurde Abbruch angestoßen.
|
|
Iterate ( ) : System | ||
Iterate ( |
||
Iterate ( int width, int height ) : System |
Initialisation
|
|
Iterate ( int width, int height, IAsyncComputationStarter starter, bool isRightView ) : System |
Initialisation
|
|
SetOldData ( DataTypes oldData, DataTypes oldPictureData, int updateCount ) : void |
Set data of the last iteration with the same rendering parameters.
|
|
StartAsync ( ) : void |
Start asyncron computing with parameters mParameterDict.
|
|
StartAsync ( Fractrace.DataTypes.FracValues act_val, int zyklen, double screensize, bool _isJulia, bool perspective ) : void |
Split computing in threads.
|
|
Wait ( ) : void |
Wait till async computation ends.
|
Méthode | Description | |
---|---|---|
Generate ( Fractrace.DataTypes.FracValues act_val, int zyklen, double screensize, int formula, bool perspective ) : void |
Compute surface data.
|
|
IsAvailable ( int y ) : bool |
Liefert true, wenn die angegebene z-Koordinate berechnet werden darf. Wird für die Synchronisation der asynchronen Prozesse verwendet.
|
|
IsSmallPreview ( ) : bool |
Return true, if corresponding image is used as small preview.
|
|
Start ( ) : void |
call Generate(m_act_val, m_zyklen, m_raster, m_screensize, m_formula, m_perspective) auf.
|
protected Generate ( Fractrace.DataTypes.FracValues act_val, int zyklen, double screensize, int formula, bool perspective ) : void | ||
act_val | Fractrace.DataTypes.FracValues | |
zyklen | int | |
screensize | double | |
formula | int | |
perspective | bool | |
Résultat | void |
public Iterate ( |
||
parameterDict | ||
starter | IAsyncComputationStarter | |
isRightView | bool | |
Résultat | System |
public Iterate ( int width, int height ) : System | ||
width | int | |
height | int | |
Résultat | System |
public Iterate ( int width, int height, IAsyncComputationStarter starter, bool isRightView ) : System | ||
width | int | |
height | int | |
starter | IAsyncComputationStarter | |
isRightView | bool | |
Résultat | System |
public SetOldData ( DataTypes oldData, DataTypes oldPictureData, int updateCount ) : void | ||
oldData | DataTypes | |
oldPictureData | DataTypes | |
updateCount | int | |
Résultat | void |
public StartAsync ( Fractrace.DataTypes.FracValues act_val, int zyklen, double screensize, bool _isJulia, bool perspective ) : void | ||
act_val | Fractrace.DataTypes.FracValues | |
zyklen | int | |
screensize | double | |
_isJulia | bool | |
perspective | bool | |
Résultat | void |
protected Formulas,Fractrace _lastUsedFormulas | ||
Résultat |
protected ParameterDict,Fractrace.Basic _parameterDict | ||
Résultat |