Class TPseudoVoigtPointsSet
Unit
pseudo_voigt_points_set
Declaration
type TPseudoVoigtPointsSet = class(TNamedPointsSet)
Description
Function having Pseudo-Voigt form.
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; |
|
|
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.
|