#include <matrixUtil.h>
Public Member Functions | |
| CheckedImage (QImage &image) | |
| Initializes a new iterator for an instance of QImage (Qt class). | |
Protected Attributes | |
| QImage & | img |
| reference to the image | |
| int | lineIndex |
| index of the current line | |
| int | width |
| the width of the image | |
| int | height |
| the height of the image | |
| QRgb * | line |
| pointer to the current pixel | |
| QRgb * | lineEnd |
| pointer to the end of the line | |
Definition at line 454 of file matrixUtil.h.
1.5.8