TNestedSampler

Ancestors

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

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

See Also

Sampling and Rasterization, TNestedSampler