An iterator over the distribution in the image. More...
#include <bbgm_feature_image.h>
Public Member Functions | |
iterator (f_type_ *ptr) | |
iterator (const iterator &other) | |
iterator & | operator++ () |
f_type_ & | operator* () |
f_type_ * | operator-> () |
bool | operator== (const iterator &other) |
bool | operator!= (const iterator &other) |
Private Attributes | |
f_type_ * | ptr_ |
An iterator over the distribution in the image.
Definition at line 76 of file bbgm_feature_image.h.
bbgm_feature_image< f_type_ >::iterator::iterator | ( | f_type_ * | ptr | ) | [inline] |
Definition at line 79 of file bbgm_feature_image.h.
bbgm_feature_image< f_type_ >::iterator::iterator | ( | const iterator & | other | ) | [inline] |
Definition at line 80 of file bbgm_feature_image.h.
bool bbgm_feature_image< f_type_ >::iterator::operator!= | ( | const iterator & | other | ) | [inline] |
Definition at line 85 of file bbgm_feature_image.h.
f_type_& bbgm_feature_image< f_type_ >::iterator::operator* | ( | ) | [inline] |
Definition at line 82 of file bbgm_feature_image.h.
iterator& bbgm_feature_image< f_type_ >::iterator::operator++ | ( | ) | [inline] |
Definition at line 81 of file bbgm_feature_image.h.
f_type_* bbgm_feature_image< f_type_ >::iterator::operator-> | ( | ) | [inline] |
Definition at line 83 of file bbgm_feature_image.h.
bool bbgm_feature_image< f_type_ >::iterator::operator== | ( | const iterator & | other | ) | [inline] |
Definition at line 84 of file bbgm_feature_image.h.
f_type_* bbgm_feature_image< f_type_ >::iterator::ptr_ [private] |
Definition at line 88 of file bbgm_feature_image.h.