TContourRasterizer

Ancestors

TPersistent
   |
TNotifiablePersistent
   |
TThreadPersistent

Description

This rasterizer determines its rasterization path from the intensity difference between samples. It always chooses the path with lowest intensity difference. Due to a higher propability of near execution code and memory loads, this may optimize the CPU cache usage; hence increase in overall performance. To see how this rasterizer works, check the nested sampling example and choose this rasterizer.

Reference

Methods Properties Events
In TThreadPersistent:
Lock LockCount
Unlock
In TNotifiablePersistent:
BeginUpdate UpdateCount OnChange
Changed
Create
Destroy
EndUpdate

See Also

Examples