#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. More...
|
|
typedef QQueue< QPoint > | QueuedPoints |
|
Quick lookup table for pixel coordinate hashes processed so far.
Definition at line 16 of file Pixels.h.
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.