Home
|
GR32_Rasterizers
|
|
TContourRasterizer
Hierarchy
TPersistent
|
|
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
| Properties | Methods | Events |
|---|---|---|
| In TThreadPersistent: | ||
| LockCount | Lock | |
| Unlock | ||
| In TNotifiablePersistent: | ||
| UpdateCount | BeginUpdate | OnChange |
| Changed | ||
| Create | ||
| Destroy | ||
| EndUpdate | ||
See Also
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007
Home
GR32_Rasterizers