Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
GoPhastTypes
is used to define types, constants, and small classes used in a variety of places in GoPhast.
Name | Description |
---|---|
record T2DRealPoint |
T2DRealPoint represents a 2D point with real-number coordinates. |
record T3DRealPoint |
T3DRealPoint represents a 3D point with real-number coordinates. |
Class TPhastCollection |
TPhastCollection invalidates the model when it is changed. |
TOneDRealArray = array of Double; |
TOneDIntegerArray = array of integer; |
TTwoDRealArray = array of array of double; |
TThreeDRealArray = array of array of array of double; |
P2DRealPoint = ˆT2DRealPoint; |
TRealPointArray = array of T2DRealPoint; |
T2DRealPointArray = array of array of T2DRealPoint; |
T2DBoolArray = array of array of boolean; |
TCursorGrid = (...); |
TViewDirection = (...); |
TDataColumns = (...); |
TDataLock = set of TDataColumns; |
TDataSetOrientation = (...); |
TElevationCount = (...); |
TEvaluatedAt = (...); |
TFrequencyUnits = (...); |
TTimeUnits = (...); |
TLengthUnits = (...); |
TInverseLengthUnits = (...); |
TVolumeUnits = (...); |
TPhastSolver = (...); |
TInterpolationDirection = (...); |
PInterpolationDirection = ˆTInterpolationDirection; |
TPrintFrequencyRows = (...); |
TBoundaryTypes = (...); |
TWellElevationFormat = (...); |
BlankSpaces = ' '; |
rsNewDataSet = 'New data set'; |
rsSetValueOfEnclosedElements = 'Set values of enclosed elements'; |
rsSetValueOfIntersectedElements = 'Set values of intersected elements'; |
rsSetValueOfElementsByInterpolation
= 'Set values of elements by interpolation'; |
rsSetValueOfEnclosedNodes = 'Set values of enclosed nodes'; |
rsSetValueOfIntersectedNodes = 'Set values of intersected nodes'; |
rsSetValueOfNodesByInterpolation
= 'Set values of nodes by interpolation'; |
MRU_Section = 'MostRecentlyUsed'; |
EndOfLine =
#13#10; |
ReadWritePermissions = 0; |
TOneDRealArray = array of Double; |
TOneDRealArray = array of Double; |
TOneDIntegerArray = array of integer; |
TOneDIntegerArray = array of integer; |
TTwoDRealArray = array of array of double; |
TTwoDRealArray = array of array of double; |
TThreeDRealArray = array of array of array of double; |
TThreeDRealArray = array of array of array of double; |
P2DRealPoint = ˆT2DRealPoint; |
P2DRealPoint = ˆT2DRealPoint; |
TRealPointArray = array of T2DRealPoint; |
TRealPointArray = array of T2DRealPoint; |
T2DRealPointArray = array of array of T2DRealPoint; |
T2DRealPointArray = array of array of T2DRealPoint; |
T2DBoolArray = array of array of boolean; |
T2DBoolArray = array of array of boolean; |
TCursorGrid = (...); |
Values
|
TViewDirection = (...); |
Values
|
TDataColumns = (...); |
Values
|
TDataLock = set of TDataColumns; |
|
TDataSetOrientation = (...); |
Values
|
TElevationCount = (...); |
Values
|
TEvaluatedAt = (...); |
Values
|
TFrequencyUnits = (...); |
Values
|
TTimeUnits = (...); |
Values
|
TLengthUnits = (...); |
Values
|
TInverseLengthUnits = (...); |
Values
|
TVolumeUnits = (...); |
Values
|
TPhastSolver = (...); |
Values
|
TInterpolationDirection = (...); |
TInterpolationDirection determines whether "PHAST" style interpolation is used or "PHAST" style mixtures. If "PHAST" style interpolation is used, it also determines the coordinate direction. See TPhastInterpolationValues. Values
|
PInterpolationDirection = ˆTInterpolationDirection; |
PInterpolationDirection = ˆTInterpolationDirection; |
TWellElevationFormat = (...); |
Values
|
BlankSpaces = ' '; |
BlankSpaces = ' ';
|
rsNewDataSet = 'New data set'; |
rsNewDataSet = 'New data set';
|
rsSetValueOfEnclosedElements = 'Set values of enclosed elements'; |
One alternate caption for several radio buttons. frmScreenObjectPropertiesUnit.TfrmScreenObjectProperties.SetCheckBoxCaptions) See also
|
rsSetValueOfIntersectedElements = 'Set values of intersected elements'; |
One alternate caption for several radio buttons. See also
|
rsSetValueOfElementsByInterpolation
= 'Set values of elements by interpolation'; |
One alternate caption for several radio buttons. See also
|
rsSetValueOfEnclosedNodes = 'Set values of enclosed nodes'; |
One alternate caption for several radio buttons. See also
|
rsSetValueOfIntersectedNodes = 'Set values of intersected nodes'; |
One alternate caption for several radio buttons. See also
|
rsSetValueOfNodesByInterpolation
= 'Set values of nodes by interpolation'; |
One alternate caption for several radio buttons. See also
|
MRU_Section = 'MostRecentlyUsed'; |
|
EndOfLine =
#13#10; |
|
ReadWritePermissions = 0; |
On Linux, |