Description | Hierarchy | Fields | Methods | Properties |
type TSparseRealPhastDataSet = class(TSparseArrayPhastInterpolationDataSet)
TSparseRealPhastDataSet
is a sparse data set that stores real numbers. It is used mainly for boundary conditions.
See TSparseArrayPhastInterpolationDataSet.
![]() |
FCellValue1: T3DSparseRealArray; |
![]() |
FCellValue2: T3DSparseRealArray; |
![]() |
FRealValues: T3DSparseRealArray; |
![]() |
FValue1: double; |
![]() |
FValue2: double; |
![]() |
function GetCellValue1(const ALay, ARow, ACol: integer): double; |
![]() |
function GetCellValue2(const ALay, ARow, ACol: integer): double; |
![]() |
procedure SetCellValue1(const ALay, ARow, ACol: integer; const Value: double); |
![]() |
procedure SetCellValue2(const ALay, ARow, ACol: integer; const Value: double); |
![]() |
procedure SetValue1(const Value: double); |
![]() |
procedure SetValue2(const Value: double); |
![]() |
procedure ReadData(DecompressionStream: TDecompressionStream); override; |
![]() |
procedure StoreData(Stream: TStream); override; |
![]() |
function GetIsValue(const Index1, Index2, Index3: Integer): boolean; override; |
![]() |
function GetRealData(const Layer, Row, Col: integer): double; override; |
![]() |
procedure SetDataType(const Value: TRbwDataType); override; |
![]() |
procedure SetDimensions(const SetToZero: boolean); override; |
![]() |
procedure SetRealData(const Layer, Row, Col: integer; const Value: double); override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
constructor Create(AnOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
property CellValue1[constALay,ARow,ACol:integer]: double read
GetCellValue1 write SetCellValue1; |
![]() |
property CellValue2[constALay,ARow,ACol:integer]: double read
GetCellValue2 write SetCellValue2; |
![]() |
property Value1: double read FValue1 write SetValue1; |
![]() |
property Value2: double read FValue2 write SetValue2; |
![]() |
FCellValue1: T3DSparseRealArray; |
|
![]() |
FCellValue2: T3DSparseRealArray; |
|
![]() |
FRealValues: T3DSparseRealArray; |
|
![]() |
FValue1: double; |
|
![]() |
FValue2: double; |
|
![]() |
function GetCellValue1(const ALay, ARow, ACol: integer): double; |
See CellValue1. |
![]() |
function GetCellValue2(const ALay, ARow, ACol: integer): double; |
See CellValue2. |
![]() |
procedure SetCellValue1(const ALay, ARow, ACol: integer; const Value: double); |
See CellValue1. |
![]() |
procedure SetCellValue2(const ALay, ARow, ACol: integer; const Value: double); |
See CellValue2. |
![]() |
procedure SetValue1(const Value: double); |
See Value1. |
![]() |
procedure SetValue2(const Value: double); |
See Value2. |
![]() |
procedure ReadData(DecompressionStream: TDecompressionStream); override; |
![]() |
procedure StoreData(Stream: TStream); override; |
![]() |
function GetIsValue(const Index1, Index2, Index3: Integer): boolean; override; |
See TCustomPhastDataSet.IsValue. |
![]() |
function GetRealData(const Layer, Row, Col: integer): double; override; |
|
![]() |
procedure SetDataType(const Value: TRbwDataType); override; |
|
![]() |
procedure SetDimensions(const SetToZero: boolean); override; |
|
![]() |
procedure SetRealData(const Layer, Row, Col: integer; const Value: double); override; |
|
![]() |
procedure Assign(Source: TPersistent); override; |
|
![]() |
constructor Create(AnOwner: TComponent); override; |
|
![]() |
destructor Destroy; override; |
|
![]() |
property CellValue1[constALay,ARow,ACol:integer]: double read
GetCellValue1 write SetCellValue1; |
|
![]() |
property CellValue2[constALay,ARow,ACol:integer]: double read
GetCellValue2 write SetCellValue2; |
|
![]() |
property Value1: double read FValue1 write SetValue1; |
|
![]() |
property Value2: double read FValue2 write SetValue2; |
|