Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
jafar::image::image_iterator< type > Class Template Reference

Detailed Description

template<typename type>
class jafar::image::image_iterator< type >

very simple image iterator, found in http://www.site.uottawa.ca/~laganier/tutorial/opencv+directshow/cvision.htm WARNING: not STL-Compliant. (todo)

Definition at line 18 of file iterator.hpp.

#include <iterator.hpp>

List of all members.

Public Member Functions

 image_iterator (jafar::image::Image &image)
 image_iterator (image_iterator const &it)
void begin (jafar::image::Image &image)
image_iteratoroperator= (image_iterator const &it)
bool operator! () const
image_iteratoroperator++ ()
image_iterator operator++ (int)
image_iteratoroperator+= (int s)
image_iterator operator+ (int s)
image_iteratoroperator-- ()
image_iteratoroperator-- (int)
image_iteratoroperator-= (int s)
image_iterator operator- (int s)
type & operator* ()
type * 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

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1
LAAS-CNRS