Description | Hierarchy | Fields | Methods | Properties |
type TCustomAnisotropicInterpolator = class(TCustom2DInterpolater)
TCustomAnisotropicInterpolator
is the abstract ancestor of interpolators that support anisotropy.
![]() |
FAnisotropy: real; |
![]() |
procedure SetAnisotropy(const Value: real); |
![]() |
procedure GetLimits(var MinY, MaxY, MinX, MaxX: Real; const DataSet: TDataArray); |
![]() |
procedure InitializeQuadTreeLimits(const QuadTree: TRbwQuadTree; const DataSet: TDataArray); |
![]() |
procedure InitializeVariablesAndExpression(const Location: TPoint2D; const AScreenObject: TScreenObject; SectionIndex: integer; var Expression: TExpression); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
function SameAs(AnotherInterpolator: TCustom2DInterpolater): boolean; override; |
![]() |
property Anisotropy: real read FAnisotropy write SetAnisotropy; |
![]() |
FAnisotropy: real; |
See Anisotropy. |
![]() |
procedure SetAnisotropy(const Value: real); |
See Anisotropy. |
![]() |
procedure GetLimits(var MinY, MaxY, MinX, MaxX: Real; const DataSet: TDataArray); |
![]() |
procedure InitializeQuadTreeLimits(const QuadTree: TRbwQuadTree; const DataSet: TDataArray); |
|
![]() |
procedure InitializeVariablesAndExpression(const Location: TPoint2D; const AScreenObject: TScreenObject; SectionIndex: integer; var Expression: TExpression); |
|
![]() |
procedure Assign(Source: TPersistent); override; |
|
![]() |
constructor Create(AOwner: TComponent); override; |
|
![]() |
function SameAs(AnotherInterpolator: TCustom2DInterpolater): boolean; override; |
|
![]() |
property Anisotropy: real read FAnisotropy write SetAnisotropy; |
|