Class TNaturalNeighborInterp

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TNaturalNeighborInterp = class(TCustomTriangleInterpolator)

Description

no description available, TCustomTriangleInterpolator description follows
no description available, TCustomAnisotropicInterpolator description follows

TCustomAnisotropicInterpolator is the abstract ancestor of interpolators that support anisotropy.

Hierarchy

Overview

Fields

Private FNatNeigh: TNaturalNeighborInterpolatorTripack;
Private FSinNatNeigh: TNaturalNeighborInterpolatorTripack;
Private FCosNatNeigh: TNaturalNeighborInterpolatorTripack;

Methods

Private procedure StoreData(Sender: TObject; const DataSet: TDataArray);
Public constructor Create(AOwner: TComponent); override;
Public procedure Finalize(const DataSet: TDataArray); override;
Public destructor Destroy; override;
Public class function InterpolatorName: string; override;
Public class function ValidReturnTypes: TRbwDataTypes; override;
Public function RealResult(const Location: TPoint2D): real; override;

Description

Fields

Private FNatNeigh: TNaturalNeighborInterpolatorTripack;
 
Private FSinNatNeigh: TNaturalNeighborInterpolatorTripack;
 
Private FCosNatNeigh: TNaturalNeighborInterpolatorTripack;
 

Methods

Private procedure StoreData(Sender: TObject; const DataSet: TDataArray);
 
Public constructor Create(AOwner: TComponent); override;
 
Public procedure Finalize(const DataSet: TDataArray); override;
 
Public destructor Destroy; override;
 
Public class function InterpolatorName: string; override;
 
Public class function ValidReturnTypes: TRbwDataTypes; override;
 
Public function RealResult(const Location: TPoint2D): real; override;
 

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