C# Class Fractrace.InfoGenerator

Helper Class, witch generates useful informations mostly in text form.
Afficher le fichier Open project: trafassel/Gestaltlupe

Méthodes publiques

Méthode Description
GenerateCompressedFormula ( ) : string

Generates the compressed formula. The formula parameters and the formula itself are combined in a compact text, which can later be copied into the formula text window to get the current formula configuration.

GenerateCompressedFormulaAndViewSettings ( ) : string

Generates the compressed formula. The formula parameters and the formula itself are combined in a compact text, which can later be copied into the formula text window to get the current formula configuration.

Méthodes protégées

Méthode Description
CompressFormula ( string source ) : string

Compress the formula (remove big spaces, newlines, comments.

Method Details

CompressFormula() protected static méthode

Compress the formula (remove big spaces, newlines, comments.
protected static CompressFormula ( string source ) : string
source string
Résultat string

GenerateCompressedFormula() public static méthode

Generates the compressed formula. The formula parameters and the formula itself are combined in a compact text, which can later be copied into the formula text window to get the current formula configuration.
public static GenerateCompressedFormula ( ) : string
Résultat string

GenerateCompressedFormulaAndViewSettings() public static méthode

Generates the compressed formula. The formula parameters and the formula itself are combined in a compact text, which can later be copied into the formula text window to get the current formula configuration.
public static GenerateCompressedFormulaAndViewSettings ( ) : string
Résultat string