#include <Bitmap.h>
Public Member Functions | |
Byte * | operator * () throw (DviError) |
Returns the current member of the set of rows returned by the iterator. | |
const_iterator & | operator++ () throw (DviError) |
Increments the iterator. | |
bool | operator== (const const_iterator &it) const |
bool | operator!= (const const_iterator &it) const |
~const_iterator () |
|
|
|
Returns the current member of the set of rows returned by the iterator.
This returns a pointer to an array of
|
|
|
|
Increments the iterator. If the bitmap is uncropped, all the rows in the bitmap will eventually be iterator over, namely the number of rows returned by method getHeight; if it is cropped, the number of rows returned will be the difference between the [3] and [1] elements of the boundingBox array.
|
|
|