Class TCustomPoint2DInterpolator

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomPoint2DInterpolator = class(TCustomAnisotropicInterpolator)

Description

TCustomPoint2DInterpolator implements an interpolator that returns the value of the TScreenObject which has a vertex closest to the point of interest.

Hierarchy

Overview

Fields

Protected FRealData: array of real;
Protected FIntegerData: array of integer;
Protected FBooleanData: array of boolean;
Protected FStringData: array of string;

Methods

Protected procedure SetArraySize(const DataSet: TDataArray; Count: Integer); virtual;
Protected procedure StoreDataValue(Count: Integer; const DataSet: TDataArray; APoint: TPoint2D; AScreenObject: TScreenObject; SectionIndex: integer); virtual; abstract;
Protected procedure StoreData(Sender: TObject; const DataSet: TDataArray); virtual;
Public constructor Create(AOwner: TComponent); override;
Public procedure Finalize(const DataSet: TDataArray); override;

Description

Fields

Protected FRealData: array of real;
 
Protected FIntegerData: array of integer;
 
Protected FBooleanData: array of boolean;
 
Protected FStringData: array of string;
 

Methods

Protected procedure SetArraySize(const DataSet: TDataArray; Count: Integer); virtual;
 
Protected procedure StoreDataValue(Count: Integer; const DataSet: TDataArray; APoint: TPoint2D; AScreenObject: TScreenObject; SectionIndex: integer); virtual; abstract;
 
Protected procedure StoreData(Sender: TObject; const DataSet: TDataArray); virtual;
 
Public constructor Create(AOwner: TComponent); override;

Create creates an instance of TCustomPoint2DInterpolator and assigns OnInitialize.

Public procedure Finalize(const DataSet: TDataArray); override;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:43