enum State | {initial, running, final, stop} ; |
State of the iterator state machine |
ImageIterate | (const ImageSize& is) ; |
ImageIterate | (unsigned int w, unsigned int h) ; |
virtual ~ImageIterate | (void) ; |
virtual void reset | (void) ; |
State state | (void) const ; |
Return current state |
virtual State next | (void) ; |
Move to next pixel and return state |
PixelIndex operator++ | (void) ; |
Pre-increment |
PixelIndex operator++ | (int) ; |
Post-increment |