Description | Hierarchy | Fields | Methods | Properties |
type TSpecifiedHeadBoundary = class(TCustomPhastBoundary)
TSpecifiedHeadBoundary
represents a specified head boundary in PHAST for one TPhastScreenObject.
![]() |
FHead: TRealPhastBoundaries; |
![]() |
FSolution: TIntegerPhastBoundaries; |
![]() |
FSolutionType: TSolutionType; |
![]() |
procedure SetHead(const Value: TRealPhastBoundaries); |
![]() |
procedure SetSolution(const Value: TIntegerPhastBoundaries); |
![]() |
procedure SetSolutionType(const Value: TSolutionType); |
![]() |
procedure SetScreenObject(const Value: TPhastScreenObject); override; |
![]() |
procedure UpdateMixtureExpression; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure Clear; override; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
property AssociatedSolution: TIntegerPhastBoundaries
read FSolution write SetSolution; |
![]() |
property Head: TRealPhastBoundaries read FHead write SetHead; |
![]() |
property SolutionType: TSolutionType read FSolutionType write
SetSolutionType; |
![]() |
FHead: TRealPhastBoundaries; |
|
![]() |
FSolution: TIntegerPhastBoundaries; |
|
![]() |
FSolutionType: TSolutionType; |
|
![]() |
procedure SetHead(const Value: TRealPhastBoundaries); |
See Head. |
![]() |
procedure SetSolution(const Value: TIntegerPhastBoundaries); |
See AssociatedSolution. |
![]() |
procedure SetSolutionType(const Value: TSolutionType); |
See SolutionType. |
![]() |
procedure SetScreenObject(const Value: TPhastScreenObject); override; |
See ScreenObject. |
![]() |
procedure UpdateMixtureExpression; override; |
|
![]() |
procedure Assign(Source: TPersistent); override; |
If Source is a |
![]() |
procedure Clear; override; |
|
![]() |
constructor Create; |
|
![]() |
destructor Destroy; override; |
|
![]() |
property AssociatedSolution: TIntegerPhastBoundaries
read FSolution write SetSolution; |
|
![]() |
property Head: TRealPhastBoundaries read FHead write SetHead; |
|
![]() |
property SolutionType: TSolutionType read FSolutionType write
SetSolutionType; |
|