C# Class Fractrace.TomoGeometry.TomoFormula

Afficher le fichier Open project: trafassel/Gestaltlupe Class Usage Examples

Méthodes publiques

Свойство Type Description
additionalPointInfo Fractrace.TomoGeometry.AdditionalPointInfo

Méthodes publiques

Méthode Description
AddValue ( string id, double value ) : void
GetDouble ( string id ) : double
GetOrSetBool ( string id, bool defaultValue = false, string description = "", bool showInfo = true ) : bool
GetOrSetDouble ( string id, double defaultValue, string description = "", bool showInfo = true ) : double
GetString ( string id ) : string
InSet ( double x, double y, double z, double br, double bi, double bj, double bk, long zkl, bool invers ) : long

Liefert den Abstand zur Objekmenge in einer diskreten Metrik. Bei der Mandelbrotmenge z.B. ist es die Anzahl der Zyklen, die bis zur Erkennung vergehen, dass dieser Punkt nicht zur Menge gehört. In der Computertomographie, (eigentlich eher in der Magnetresonanzstromanalyse) werden 3D-Daten nach aufwendigen Algorithmen analysiert. Zum Teil erfolgt der Umweg über dem Voxelraum. Dabei gehen aber wertvolle Informationen verloren. Es gibt Gegenden, bei denen eine genauere Analyse möglich wäre.

Init ( ) : void

Wird aufgerufen, kurz bevor der Scanalgorithmus beginnt. Zu diesem Zeitpunkt sind alle festen Parameter der

RemoveProperty ( string id ) : void

Delete the entry with given id complete from the Properties.

Set ( string id, bool value ) : void
Set ( string id, double value ) : void
Set ( string id, int value ) : void
SetParameterBulk ( string text ) : void

Sets a bulk of parameters

Method Details

AddValue() public méthode

public AddValue ( string id, double value ) : void
id string
value double
Résultat void

GetDouble() public méthode

public GetDouble ( string id ) : double
id string
Résultat double

GetOrSetBool() public méthode

public GetOrSetBool ( string id, bool defaultValue = false, string description = "", bool showInfo = true ) : bool
id string
defaultValue bool
description string
showInfo bool
Résultat bool

GetOrSetDouble() public méthode

public GetOrSetDouble ( string id, double defaultValue, string description = "", bool showInfo = true ) : double
id string
defaultValue double
description string
showInfo bool
Résultat double

GetString() public méthode

public GetString ( string id ) : string
id string
Résultat string

InSet() public méthode

Liefert den Abstand zur Objekmenge in einer diskreten Metrik. Bei der Mandelbrotmenge z.B. ist es die Anzahl der Zyklen, die bis zur Erkennung vergehen, dass dieser Punkt nicht zur Menge gehört. In der Computertomographie, (eigentlich eher in der Magnetresonanzstromanalyse) werden 3D-Daten nach aufwendigen Algorithmen analysiert. Zum Teil erfolgt der Umweg über dem Voxelraum. Dabei gehen aber wertvolle Informationen verloren. Es gibt Gegenden, bei denen eine genauere Analyse möglich wäre.
public InSet ( double x, double y, double z, double br, double bi, double bj, double bk, long zkl, bool invers ) : long
x double
y double
z double
br double
bi double
bj double
bk double
zkl long
invers bool
Résultat long

Init() public méthode

Wird aufgerufen, kurz bevor der Scanalgorithmus beginnt. Zu diesem Zeitpunkt sind alle festen Parameter der
public Init ( ) : void
Résultat void

RemoveProperty() public méthode

Delete the entry with given id complete from the Properties.
public RemoveProperty ( string id ) : void
id string The id.
Résultat void

Set() public méthode

public Set ( string id, bool value ) : void
id string
value bool
Résultat void

Set() public méthode

public Set ( string id, double value ) : void
id string
value double
Résultat void

Set() public méthode

public Set ( string id, int value ) : void
id string
value int
Résultat void

SetParameterBulk() public méthode

Sets a bulk of parameters
public SetParameterBulk ( string text ) : void
text string The text.
Résultat void

Property Details

additionalPointInfo public_oe property

public AdditionalPointInfo,Fractrace.TomoGeometry additionalPointInfo
Résultat Fractrace.TomoGeometry.AdditionalPointInfo