TTransformer

Graphics32

TTransformer

Hierarchy

TPersistent

   |

TNotifiablePersistent

   |

TCustomSampler

   |

TNestedSampler

Description

A transformer is a special kind of nested sampler that will transform the sampling coordinates using a transformation defined by a TTransformation descendant.

The transformer is normally used internally by the Transform routine, but it also possible to set it up in an arbitrary chain of samplers.

Reference

Properties Methods Events
In TTransformer:
Transformation GetSample
GetSampleBounds
HasBounds
PrepareSampling
In TNestedSampler:
Sampler Create
In TCustomSampler:
FinalizeSampling
In TNotifiablePersistent:
UpdateCount BeginUpdate OnChange
Changed
Destroy
EndUpdate

See Also

Kernel Example, Resampler Example, TTransformation