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

TTransformer

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

Declaration

Source position: GR32_Resamplers.pas line 398

type TTransformer = class(TNestedSampler)

public

  constructor Create();

  

  procedure PrepareSampling; override;

  

  function GetSampleInt(); override;

  

  function GetSampleFixed(); override;

  

  function GetSampleFloat(); override;

  

  function HasBounds; override;

  

  function GetSampleBounds; override;

  

published

  property Transformation: TTransformation; [rw]

  

  property ReverseTransform: Boolean; [rw]

  

end;

Inheritance

TTransformer

  

|

TNestedSampler

  

|

TCustomSampler

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio