Class TNeutronPointsSet
Unit
neutron_points_set
Declaration
type TNeutronPointsSet = class(TPointsSet)
Description
Implements point set of experimental neutronogram. It's assumed that point coordinates are expressed in 2 * Theta.
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
|
FWaveLength: double; |
|
Methods
|
constructor Create(AOwner: TComponent); override; |
|
|
constructor CreateFromPoints(AOwner: TComponent; const Points: TPointsSet); |
|
|
function GetPoint2T(index: longint): double; |
|
|
function GetPointIntensity(index: longint): double; |
|
|
function GetPointSinTL(index: longint): double; |
|
|
function GetPointT(index: longint): double; |
|
|
procedure CopyParameters(Dest: TObject); override; |
|
|
procedure CopyPointsFrom(const Points: TPointsSet); |
|
|
procedure SetPointIntensity(index: longint; Value: double); |
|
Properties
|
property Point2T[index:longint]: double read GetPoint2T; |
|
|
property PointT[index:longint]: double read GetPointT; |
|
Generated by PasDoc 0.15.0.
|