TNestedSampler

Graphics32

TNestedSampler

Hierarchy

TPersistent

   |

TNotifiablePersistent

   |

TCustomSampler

Description

TNestedSampler is a base class for chained or nested samplers. Descendants of TNestedSampler should provide sampling methods that rely on the use of another sampler. This nested sampling mechanism can be used beneficially when implementing super samplers or samplers that transform coordinates or perform other intermediate sampling operations.

See the topic about Sampling and Rasterization for additional information.

Reference

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

See Also

_body, Sampling and Rasterization