Description | Hierarchy | Fields | Methods | Properties |
type TframePhastInterpolation = class(TFrame)
TframePhastInterpolation
is used to provide the user with a standardized method of specifying the parameters needed for PHAST-style interpolation.
See TPhastInterpolationValues.
![]() |
rdeDistance1: TRbwDataEntry; |
![]() |
rdeDistance2: TRbwDataEntry; |
![]() |
rdeValue1: TRbwDataEntry; |
![]() |
rdeValue2: TRbwDataEntry; |
![]() |
btnEditMixtureFormula: TButton; |
![]() |
cbPhastInterpolation: TJvCheckBox; |
![]() |
edMixFormula: TRbwEdit; |
![]() |
lblDistance1: TLabel; |
![]() |
lblDistance2: TLabel; |
![]() |
lblMixtureFormula: TLabel; |
![]() |
lblValue1: TLabel; |
![]() |
lblValue2: TLabel; |
![]() |
rgInterpolationDirection: TRadioGroup; |
![]() |
FMixtureAllowed: boolean; |
![]() |
FAssigningValues: boolean; |
![]() |
procedure cbPhastInterpolationClick(Sender: TObject); |
![]() |
procedure rgInterpolationDirectionClick(Sender: TObject); |
![]() |
procedure AssignData(const InterpValues: TPhastInterpolationValues); |
![]() |
procedure SetEnabled(Value: boolean); override; |
![]() |
procedure GetFirstData(const InterpValues: TPhastInterpolationValues); |
![]() |
procedure SetMixtureAllowed(const AValue: boolean); |
![]() |
procedure GetMoreData(const InterpValues: TPhastInterpolationValues); |
![]() |
property AssigningValues: boolean read FAssigningValues
write FAssigningValues; |
![]() |
rdeDistance1: TRbwDataEntry; |
|
![]() |
rdeDistance2: TRbwDataEntry; |
|
![]() |
rdeValue1: TRbwDataEntry; |
|
![]() |
rdeValue2: TRbwDataEntry; |
|
![]() |
btnEditMixtureFormula: TButton; |
|
![]() |
cbPhastInterpolation: TJvCheckBox; |
![]() |
edMixFormula: TRbwEdit; |
|
![]() |
lblDistance1: TLabel; |
|
![]() |
lblDistance2: TLabel; |
|
![]() |
lblMixtureFormula: TLabel; |
|
![]() |
lblValue1: TLabel; |
|
![]() |
lblValue2: TLabel; |
|
![]() |
rgInterpolationDirection: TRadioGroup; |
|
![]() |
FMixtureAllowed: boolean; |
|
![]() |
FAssigningValues: boolean; |
See AssigningValues. |
![]() |
procedure cbPhastInterpolationClick(Sender: TObject); |
|
![]() |
procedure rgInterpolationDirectionClick(Sender: TObject); |
|
![]() |
procedure AssignData(const InterpValues: TPhastInterpolationValues); |
|
![]() |
procedure SetEnabled(Value: boolean); override; |
|
![]() |
procedure GetFirstData(const InterpValues: TPhastInterpolationValues); |
|
![]() |
procedure SetMixtureAllowed(const AValue: boolean); |
|
![]() |
procedure GetMoreData(const InterpValues: TPhastInterpolationValues); |
|
![]() |
property AssigningValues: boolean read FAssigningValues
write FAssigningValues; |
|