Class TTimeSeriesPoint

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TTimeSeriesPoint = class(TCollectionItem)

Description

Hierarchy

Overview

Fields

Private FTimeStepIndex: integer;
Private FParticleIndex: integer;
Private FLayer: integer;
Private FTrackingTime: double;
Private FTimeStep: integer;
Private FLocalZ: double;
Private FZ: double;
Private FX: double;
Private FY: double;
Private FXPrime: double;
Private FRow: integer;
Private FYPrime: double;
Private FColumn: integer;

Methods

Protected function CheckLimits(Limits: TTimeSeriesDisplayLimits): boolean; virtual;
Public procedure Assign(Source: TPersistent); override;
Public function ShouldShow(Limits: TTimeSeriesDisplayLimits; Orientation: TDataSetOrientation; CurrentColRowOrLayer: integer): boolean;
Public function ShouldShowSeries(Limits: TTimeSeriesDisplayLimits): boolean;

Properties

Published property TimeStepIndex: integer read FTimeStepIndex write FTimeStepIndex;
Published property ParticleIndex: integer read FParticleIndex write FParticleIndex;
Published property Layer: integer read FLayer write FLayer;
Published property Row: integer read FRow write FRow;
Published property Column: integer read FColumn write FColumn;
Published property XPrime: double read FXPrime write FXPrime;
Published property YPrime: double read FYPrime write FYPrime;
Published property X: double read FX write FX;
Published property Y: double read FY write FY;
Published property Z: double read FZ write FZ;
Published property LocalZ: double read FLocalZ write FLocalZ;
Published property TrackingTime: double read FTrackingTime write FTrackingTime;
Published property TimeStep: integer read FTimeStep write FTimeStep;

Description

Fields

Private FTimeStepIndex: integer;
 
Private FParticleIndex: integer;
 
Private FLayer: integer;
 
Private FTrackingTime: double;
 
Private FTimeStep: integer;
 
Private FLocalZ: double;
 
Private FZ: double;
 
Private FX: double;
 
Private FY: double;
 
Private FXPrime: double;
 
Private FRow: integer;
 
Private FYPrime: double;
 
Private FColumn: integer;
 

Methods

Protected function CheckLimits(Limits: TTimeSeriesDisplayLimits): boolean; virtual;
 
Public procedure Assign(Source: TPersistent); override;
 
Public function ShouldShow(Limits: TTimeSeriesDisplayLimits; Orientation: TDataSetOrientation; CurrentColRowOrLayer: integer): boolean;
 
Public function ShouldShowSeries(Limits: TTimeSeriesDisplayLimits): boolean;
 

Properties

Published property TimeStepIndex: integer read FTimeStepIndex write FTimeStepIndex;

Time point index

Published property ParticleIndex: integer read FParticleIndex write FParticleIndex;
 
Published property Layer: integer read FLayer write FLayer;
 
Published property Row: integer read FRow write FRow;
 
Published property Column: integer read FColumn write FColumn;
 
Published property XPrime: double read FXPrime write FXPrime;
 
Published property YPrime: double read FYPrime write FYPrime;
 
Published property X: double read FX write FX;
 
Published property Y: double read FY write FY;
 
Published property Z: double read FZ write FZ;
 
Published property LocalZ: double read FLocalZ write FLocalZ;
 
Published property TrackingTime: double read FTrackingTime write FTrackingTime;
 
Published property TimeStep: integer read FTimeStep write FTimeStep;

cumulative time step


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:54