12 using namespace KKLSC;
22 height (_scanLinesPerFrame),
27 width (_pixelsPerScanLine)
31 scanLines = AllocateFrameArray ();
39 for (
kkint32 x = 0; x < height; ++x)
55 for (
kkint32 r = 0; r < height; r++)
56 a[r] =
new uchar[width];
73 scanLines = _scanLines;
void ScanLines(uchar **_scanLines)
kkint32 Time()
Returns the current value of 'time' them increments by 1.
unsigned char uchar
Unsigned character.
Contains Classes that are specific to Cameras physical characteristics.
ScannerFrame(ScannerClockPtr _clock, kkint32 _scanLinesPerFrame, kkint32 _pixelsPerScanLine)
Construct a frame with the dimensions (Height = _scanLinesPerFrame) and (Width = _pixelsPerScanLine)...
Used to buffer one Frame of Scanner Data for use by 'ScannerFileBuffered'.