TTransformer

Ancestors

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

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

See Also

Examples, TTransformation