Class TGhb_Cell

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TGhb_Cell = class(TValueCell)

Description

no description available, TValueCell description follows

Hierarchy

Overview

Fields

Private Values: TGhbRecord;
Private StressPeriod: integer;

Methods

Private function GetBoundaryHead: double;
Private function GetConductance: double;
Private function GetBoundaryHeadAnnotation: string;
Private function GetConductanceAnnotation: string;
Protected function GetColumn: integer; override;
Protected function GetLayer: integer; override;
Protected function GetRow: integer; override;
Protected procedure SetColumn(const Value: integer); override;
Protected procedure SetLayer(const Value: integer); override;
Protected procedure SetRow(const Value: integer); override;
Protected function GetIntegerValue(Index: integer; AModel: TBaseModel): integer; override;
Protected function GetRealValue(Index: integer; AModel: TBaseModel): double; override;
Protected function GetRealAnnotation(Index: integer; AModel: TBaseModel): string; override;
Protected function GetIntegerAnnotation(Index: integer; AModel: TBaseModel): string; override;
Protected procedure Cache(Comp: TCompressionStream; Strings: TStringList); override;
Protected procedure Restore(Decomp: TDecompressionStream; Annotations: TStringList); override;
Protected function GetSection: integer; override;
Protected procedure RecordStrings(Strings: TStringList); override;
Public function IsIdentical(AnotherCell: TValueCell): boolean; override;

Properties

Public property Conductance: double read GetConductance;
Public property BoundaryHead: double read GetBoundaryHead;
Public property ConductanceAnnotation: string read GetConductanceAnnotation;
Public property BoundaryHeadAnnotation: string read GetBoundaryHeadAnnotation;

Description

Fields

Private Values: TGhbRecord;
 
Private StressPeriod: integer;
 

Methods

Private function GetBoundaryHead: double;
 
Private function GetConductance: double;
 
Private function GetBoundaryHeadAnnotation: string;
 
Private function GetConductanceAnnotation: string;
 
Protected function GetColumn: integer; override;
 
Protected function GetLayer: integer; override;
 
Protected function GetRow: integer; override;
 
Protected procedure SetColumn(const Value: integer); override;
 
Protected procedure SetLayer(const Value: integer); override;
 
Protected procedure SetRow(const Value: integer); override;
 
Protected function GetIntegerValue(Index: integer; AModel: TBaseModel): integer; override;
 
Protected function GetRealValue(Index: integer; AModel: TBaseModel): double; override;
 
Protected function GetRealAnnotation(Index: integer; AModel: TBaseModel): string; override;
 
Protected function GetIntegerAnnotation(Index: integer; AModel: TBaseModel): string; override;
 
Protected procedure Cache(Comp: TCompressionStream; Strings: TStringList); override;
 
Protected procedure Restore(Decomp: TDecompressionStream; Annotations: TStringList); override;
 
Protected function GetSection: integer; override;
 
Protected procedure RecordStrings(Strings: TStringList); override;
 
Public function IsIdentical(AnotherCell: TValueCell): boolean; override;
 

Properties

Public property Conductance: double read GetConductance;
 
Public property BoundaryHead: double read GetBoundaryHead;
 
Public property ConductanceAnnotation: string read GetConductanceAnnotation;
 
Public property BoundaryHeadAnnotation: string read GetBoundaryHeadAnnotation;
 

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