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

TKernelSampler

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

Declaration

Source position: GR32_Resamplers.pas line 487

type TKernelSampler = class(TNestedSampler)

protected

  procedure SetKernel();

  

  procedure UpdateBuffer(); virtual; abstract;

  

  function ConvertBuffer(); virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function GetSampleInt(); override;

  

  function GetSampleFixed(); override;

  

published

  property Kernel: TIntegerMap; [rw]

  

  property CenterX: Integer; [rw]

  

  property CenterY: Integer; [rw]

  

end;

Inheritance

TKernelSampler

  

|

TNestedSampler

  

|

TCustomSampler

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio