Public Member Functions | Private Attributes
bbgm_feature_image< f_type_ >::iterator Class Reference

An iterator over the distribution in the image. More...

#include <bbgm_feature_image.h>

List of all members.

Public Member Functions

 iterator (f_type_ *ptr)
 iterator (const iterator &other)
iteratoroperator++ ()
f_type_ & operator* ()
f_type_ * operator-> ()
bool operator== (const iterator &other)
bool operator!= (const iterator &other)

Private Attributes

f_type_ * ptr_

Detailed Description

template<class f_type_>
class bbgm_feature_image< f_type_ >::iterator

An iterator over the distribution in the image.

Definition at line 76 of file bbgm_feature_image.h.


Constructor & Destructor Documentation

template<class f_type_>
bbgm_feature_image< f_type_ >::iterator::iterator ( f_type_ *  ptr) [inline]

Definition at line 79 of file bbgm_feature_image.h.

template<class f_type_>
bbgm_feature_image< f_type_ >::iterator::iterator ( const iterator other) [inline]

Definition at line 80 of file bbgm_feature_image.h.


Member Function Documentation

template<class f_type_>
bool bbgm_feature_image< f_type_ >::iterator::operator!= ( const iterator other) [inline]

Definition at line 85 of file bbgm_feature_image.h.

template<class f_type_>
f_type_& bbgm_feature_image< f_type_ >::iterator::operator* ( ) [inline]

Definition at line 82 of file bbgm_feature_image.h.

template<class f_type_>
iterator& bbgm_feature_image< f_type_ >::iterator::operator++ ( ) [inline]

Definition at line 81 of file bbgm_feature_image.h.

template<class f_type_>
f_type_* bbgm_feature_image< f_type_ >::iterator::operator-> ( ) [inline]

Definition at line 83 of file bbgm_feature_image.h.

template<class f_type_>
bool bbgm_feature_image< f_type_ >::iterator::operator== ( const iterator other) [inline]

Definition at line 84 of file bbgm_feature_image.h.


Member Data Documentation

template<class f_type_>
f_type_* bbgm_feature_image< f_type_ >::iterator::ptr_ [private]

Definition at line 88 of file bbgm_feature_image.h.


The documentation for this class was generated from the following file: