Class TSpectrumObj

Unit

Declaration

type TSpectrumObj = class(TDSSObject)

Description

No description available, ancestor TDSSObject description follows
No description available, ancestor TNamedObject description follows

this is a GUID compliant to RFC 4122, v4

Hierarchy

Overview

Fields

Public NumHarm: Integer;
Public HarmArray: pDoubleArray;

Methods

Public constructor Create(ParClass: TDSSClass; const SpectrumName: String);
Public destructor Destroy; OVERRIDE;
Public procedure MakeLike(OtherPtr: Pointer); override;
Public procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override;
Public function GetMult(const h: Double): Complex;
Public procedure DumpProperties(F: TFileStream; Complete: Boolean; Leaf: Boolean = False); OVERRIDE;

Description

Fields

Public NumHarm: Integer;
 
Public HarmArray: pDoubleArray;

Public so solution can get to it.

Methods

Public constructor Create(ParClass: TDSSClass; const SpectrumName: String);
 
Public destructor Destroy; OVERRIDE;
 
Public procedure MakeLike(OtherPtr: Pointer); override;
 
Public procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override;
 
Public function GetMult(const h: Double): Complex;
 
Public procedure DumpProperties(F: TFileStream; Complete: Boolean; Leaf: Boolean = False); OVERRIDE;
 

Generated by PasDoc 0.16.0.