Class THydModData

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type THydModData = class(TObject)

Description

Hierarchy

Overview

Fields

Private FTimes: Array of TModflowDouble;
Private FLabels: TStringList;
Private FValues: TModflowDoubleArray;
Private FTimeUnit: integer;

Methods

Private function GetValue(LabelIndex, TimeIndex: integer): TModflowDouble;
Private function GetLabel(Index: integer): string;
Private function GetLabelCount: integer;
Private function GetTimeCount: integer;
Private function GetTime(Index: Integer): double;
Public constructor Create;
Public Destructor Destroy; override;
Public procedure ReadFile(const FileName: string);
Public function IndexOfLabel(const ALabel: string): integer;

Properties

Public property TimeCount: integer Read GetTimeCount;
Public property Labels[Index:integer]: string read GetLabel;
Public property LabelCount: integer read GetLabelCount;
Public property Values[LabelIndex,TimeIndex:integer]: TModflowDouble read GetValue;
Public property TimeUnit: integer Read FTimeUnit;
Public property Times[Index:Integer]: double read GetTime;

Description

Fields

Private FTimes: Array of TModflowDouble;
 
Private FLabels: TStringList;
 
Private FValues: TModflowDoubleArray;
 
Private FTimeUnit: integer;
 

Methods

Private function GetValue(LabelIndex, TimeIndex: integer): TModflowDouble;
 
Private function GetLabel(Index: integer): string;
 
Private function GetLabelCount: integer;
 
Private function GetTimeCount: integer;
 
Private function GetTime(Index: Integer): double;
 
Public constructor Create;
 
Public Destructor Destroy; override;
 
Public procedure ReadFile(const FileName: string);
 
Public function IndexOfLabel(const ALabel: string): integer;
 

Properties

Public property TimeCount: integer Read GetTimeCount;
 
Public property Labels[Index:integer]: string read GetLabel;
 
Public property LabelCount: integer read GetLabelCount;
 
Public property Values[LabelIndex,TimeIndex:integer]: TModflowDouble read GetValue;
 
Public property TimeUnit: integer Read FTimeUnit;
 
Public property Times[Index:Integer]: double read GetTime;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:42:00