Unit 'GR32_Resamplers' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

TKernelResampler

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

Declaration

Source position: GR32_Resamplers.pas line 342

type TKernelResampler = class(TCustomResampler)

protected

  function GetWidth; override;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  function GetSampleFloat(); override;

  

  procedure Resample(); override;

  

  procedure PrepareSampling; override;

  

  procedure FinalizeSampling; override;

  

published

  property KernelClassName: string; [rw]

  

  property Kernel: TCustomKernel; [rw]

  

  property KernelMode: TKernelMode; [rw]

  

  property TableSize: Integer; [rw]

  

end;

Inheritance

TKernelResampler

  

|

TCustomResampler

  

|

TCustomSampler

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio