[Overview][Constants][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_th123.pas line 109
type TH123D = class(TLatch) |
protected |
function CheckOk; override; |
public |
constructor Create(); |
destructor Destroy; override; |
procedure Clear; |
function FindBin(); |
function AxisToBin(); |
function BinToAxis(); |
function Fill(); |
function IncBinContent(); |
procedure SetBinContent(); |
function GetBinContent(); |
function GetBinWidthX(); |
function GetBinWidthY(); |
function GetBinWidthZ(); |
function GetBinCenterX(); |
function GetBinCenterY(); |
function GetBinCenterZ(); |
function GetBinLowEdgeX(); |
function GetBinLowEdgeY(); |
function GetBinLowEdgeZ(); |
function GetSumm(); |
function GetEntries; |
function GetSpdText(); |
function SaveToFileSpd(); |
function SaveToFileHst(); |
function CreateClone; |
function CreateSlice(); |
property Name: LongString; [r] |
property Title: LongString; [r] |
property NameX: LongString; [rw] |
property NameY: LongString; [rw] |
property NameZ: LongString; [rw] |
property Dimension: LongInt; [r] |
property NBins: LongInt; [r] |
property BinContent []: Double; default; [rw] |
property NBinsX: LongInt; [r] |
property NBinsY: LongInt; [r] |
property NBinsZ: LongInt; [r] |
property XMin: Double; [r] |
property XMax: Double; [r] |
property YMin: Double; [r] |
property YMax: Double; [r] |
property ZMin: Double; [r] |
property ZMax: Double; [r] |
property ElemSize: LongInt; [r] |
property Entries: Double; [r] |
property UserNotes: LongString; [rw] |
property TimeStamp: Double; [rw] |
property LinkTags []: Variant; [rw] |
end; |
| |
| |
| |
TObject |