[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FPCanvas' (#fcl)

TMitchelInterpolation

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TMitchelInterpolation - one possible algorithm for interpolation

Declaration

Source position: fpcanvas.pp line 184

type TMitchelInterpolation = class(TFPBaseInterpolation)

protected

  function Filter(); override;

  

Filter uses specific constants as coefficients in a polynomial interpolation

  function MaxSupport; override;

  

MaxSupport factor for interpolation

end;

Inheritance

TMitchelInterpolation

  

TMitchelInterpolation - one possible algorithm for interpolation

|

TFPBaseInterpolation

  

TFPBaseInterpolation - the default interpolation to be applied if no other is specified

|

TFPCustomInterpolation

  

TFPCustomInterpolation - FreePascal base class for interpolations while drawing in unspecified regions between specified points

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.