|
Interface Summary |
| RandomIter |
An iterator that allows random read-only access to any sample
within its bounding rectangle. |
| RectIter |
An iterator for traversing a read-only image in top-to-bottom,
left-to-right order. |
| RookIter |
An iterator for traversing a read-only image using arbitrary
up-down and left-right moves. |
| WritableRandomIter |
An iterator that allows random read/write access to any sample
within its bounding rectangle. |
| WritableRectIter |
An iterator for traversing a read/write image in top-to-bottom,
left-to-right order. |
| WritableRookIter |
An iterator for traversing a read/write image using arbitrary
up-down and left-right moves. |