TKernelSampler

Ancestors

TPersistent
   |
TNotifiablePersistent
   |
TCustomSampler
   |
TNestedSampler

Description

TKernelSampler is a base class for samplers that compute an output sample by collecting a number of samples in a local region of the actual sample coordinate. Subsamples are collected from a regular sampling grid by storing the sample

The size of the grid is equal to the size of the associated kernel. Descendants of this class should override the protected UpdateBuffer method.

Reference

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