Jafar
|
const image iterator
Definition at line 123 of file iterator.hpp.
#include <iterator.hpp>
Public Member Functions | |
const_image_iterator (jafar::image::Image const &image) | |
const_image_iterator (const_image_iterator const &it) | |
void | begin (jafar::image::Image const &image) |
const_image_iterator & | operator= (const_image_iterator const &it) |
bool | operator! () const |
const_image_iterator & | operator++ () |
const_image_iterator | operator++ (int) |
const_image_iterator & | operator+= (int s) |
const_image_iterator | operator+ (int s) |
const_image_iterator & | operator-- () |
const_image_iterator & | operator-- (int) |
const_image_iterator & | operator-= (int s) |
const_image_iterator | operator- (int s) |
const type | operator* () const |
type const * | operator& () const |
int | column () const |
int | line () const |
Private Attributes | |
int | i |
int | i0 |
int | j |
type * | data |
type * | pix |
int | step |
int | nl |
int | nc |
int | nch |
Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1 |