TKernelSampler

Graphics32

TKernelSampler

Hierarchy

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

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