Class TPathLinePoint

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPathLinePoint = class(TCollectionItem)

Description

Hierarchy

Overview

Fields

Private FLayer: integer;
Private FTimeStep: integer;
Private FLocalZ: double;
Private FZ: double;
Private FX: double;
Private FY: double;
Private FTime: double;
Private FRow: integer;
Private FColumn: integer;
Private FXPrime: double;
Private FYPrime: double;

Methods

Private function GetAbsoluteTime: double;
Protected function CheckLimits(Limits: TPathLineDisplayLimits): boolean; virtual;
Public procedure Assign(Source: TPersistent); override;
Public function ShouldShow(Limits: TPathLineDisplayLimits; Orientation: TDataSetOrientation; CurrentColRowOrLayer: integer): boolean;
Public function ShouldShowLine(Limits: TPathLineDisplayLimits): boolean;
Public function ParentLine: TCustomPathLine;

Properties

Public property AbsoluteTime: double read GetAbsoluteTime;
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 XPrime: double read FXPrime write FXPrime;
Published property YPrime: double read FYPrime write FYPrime;
Published property LocalZ: double read FLocalZ write FLocalZ;
Published property Time: double read FTime write FTime;
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 TimeStep: integer read FTimeStep write FTimeStep;

Description

Fields

Private FLayer: integer;
 
Private FTimeStep: integer;
 
Private FLocalZ: double;
 
Private FZ: double;
 
Private FX: double;
 
Private FY: double;
 
Private FTime: double;
 
Private FRow: integer;
 
Private FColumn: integer;
 
Private FXPrime: double;
 
Private FYPrime: double;
 

Methods

Private function GetAbsoluteTime: double;
 
Protected function CheckLimits(Limits: TPathLineDisplayLimits): boolean; virtual;
 
Public procedure Assign(Source: TPersistent); override;
 
Public function ShouldShow(Limits: TPathLineDisplayLimits; Orientation: TDataSetOrientation; CurrentColRowOrLayer: integer): boolean;
 
Public function ShouldShowLine(Limits: TPathLineDisplayLimits): boolean;
 
Public function ParentLine: TCustomPathLine;
 

Properties

Public property AbsoluteTime: double read GetAbsoluteTime;
 
Published property X: double read FX write FX;

Real world X coordinate

Published property Y: double read FY write FY;

Real world Y coordinate

Published property Z: double read FZ write FZ;
 
Published property XPrime: double read FXPrime write FXPrime;

X position in grid coordinates;

Published property YPrime: double read FYPrime write FYPrime;

Y position in grid coordinates;

Published property LocalZ: double read FLocalZ write FLocalZ;
 
Published property Time: double read FTime write FTime;
 
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 TimeStep: integer read FTimeStep write FTimeStep;
 

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