Class T2BranchesPseudoVoigtPointsSet
Unit
two_branches_pseudo_voigt_points_set
Declaration
type T2BranchesPseudoVoigtPointsSet = class(TNamedPointsSet)
Description
Pseudo-Voigt curve having different form parameters for the right and left branches.
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
Methods
|
constructor Create(AOwner: TComponent; x0: double); overload; |
|
|
class function GetCurveTypeName: string; override; |
Overrides method defined in TNamedPointsSet.
|
|
function GetEta: double; |
|
|
function GetEtaRight: double; |
|
|
function GetSigmaRight: double; |
|
|
procedure DoCalc(const Bounds: TPointsSet); override; |
Performs recalculation of all points of function.
|
Properties
|
property Eta: double read GetEta; |
|
Generated by PasDoc 0.15.0.
|