#include <QMap>
#include <QPoint>
#include <QQueue>
#include <QStack>
#include <QString>
Go to the source code of this file.
|
typedef QMap< QString, bool > | HashLookup |
| Quick lookup table for pixel coordinate hashes processed so far.
|
typedef QQueue< QPoint > | QueuedPoints |
◆ HashLookup
Quick lookup table for pixel coordinate hashes processed so far.
Definition at line 19 of file Pixels.h.
◆ QueuedPoints
◆ PixelFillState
Each pixel transitions from unprocessed, to in-process, to processed.
Enumerator |
---|
PIXEL_FILL_STATE_UNPROCESSED | |
PIXEL_FILL_STATE_IN_PROCESS | |
PIXEL_FILL_STATE_PROCESSED | |
Definition at line 24 of file Pixels.h.
24 {
28};
@ PIXEL_FILL_STATE_UNPROCESSED
@ PIXEL_FILL_STATE_IN_PROCESS
@ PIXEL_FILL_STATE_PROCESSED