enum ZState | {horizontal, vertical, downdiagonal, updiagonal} ; |
Additional state information |
ZigzagIterate | (const ImageSize& is) ; |
ZigzagIterate | (unsigned int w, unsigned int h) ; |
State next | (void) ; |
ZState pathdrn | (void) const ; |
Return additional state information |