Class TPrecalcCurve
Unit
CastleSpaceFillingCurves
Declaration
type TPrecalcCurve = class(TSpaceFillingCurve)
Description
Abstract space-filling curve class, helping implementing curves that precalculate points at construction. In descendants, you only need to override GeneratePoints.
Hierarchy
Overview
Methods
Description
Methods
 |
constructor Create(ASizeX, ASizeY: Cardinal); override; |
|
 |
destructor Destroy; override; |
|
 |
function EndOfPixels: boolean; override; |
|
 |
procedure SkipPixels(SkipCount: Cardinal); override; |
|
 |
procedure Reset; override; |
|
 |
function PixelsDone: Cardinal; override; |
|
Generated by PasDoc 0.13.0 on 2014-04-30 22:06:45
|