Description | Hierarchy | Fields | Methods | Properties |
type TNearestPoint2DInterpolator = class(TNearest2DInterpolator)
TNearestPoint2DInterpolator
implements an interpolator that returns the value of the TScreenObject which has a vertex closest to the point of interest.
![]() |
FQuadTree: TRbwQuadTree; |
![]() |
procedure InitializeQuadTree(Sender: TObject; const DataSet: TDataArray); |
![]() |
function GetNearestScreenObject(const Location: T2DRealPoint; out ClosestLocation: T2DRealPoint): TScreenObject; override; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
class function InterpolatorName: string; override; |
![]() |
FQuadTree: TRbwQuadTree; |
|
![]() |
procedure InitializeQuadTree(Sender: TObject; const DataSet: TDataArray); |
|
![]() |
function GetNearestScreenObject(const Location: T2DRealPoint; out ClosestLocation: T2DRealPoint): TScreenObject; override; |
|
![]() |
constructor Create(AOwner: TComponent); override; |
|
![]() |
class function InterpolatorName: string; override; |
|