#include <bbgm_feature_image.h>
Public Member Functions | |
const_iterator (const f_type_ *ptr) | |
const_iterator (const const_iterator &other) | |
const_iterator & | operator++ () |
const f_type_ & | operator* () |
const f_type_ * | operator-> () |
bool | operator== (const const_iterator &other) |
bool | operator!= (const const_iterator &other) |
Private Attributes | |
const f_type_ * | ptr_ |
Definition at line 91 of file bbgm_feature_image.h.
bbgm_feature_image< f_type_ >::const_iterator::const_iterator | ( | const f_type_ * | ptr | ) | [inline] |
Definition at line 94 of file bbgm_feature_image.h.
bbgm_feature_image< f_type_ >::const_iterator::const_iterator | ( | const const_iterator & | other | ) | [inline] |
Definition at line 95 of file bbgm_feature_image.h.
bool bbgm_feature_image< f_type_ >::const_iterator::operator!= | ( | const const_iterator & | other | ) | [inline] |
Definition at line 100 of file bbgm_feature_image.h.
const f_type_& bbgm_feature_image< f_type_ >::const_iterator::operator* | ( | ) | [inline] |
Definition at line 97 of file bbgm_feature_image.h.
const_iterator& bbgm_feature_image< f_type_ >::const_iterator::operator++ | ( | ) | [inline] |
Definition at line 96 of file bbgm_feature_image.h.
const f_type_* bbgm_feature_image< f_type_ >::const_iterator::operator-> | ( | ) | [inline] |
Definition at line 98 of file bbgm_feature_image.h.
bool bbgm_feature_image< f_type_ >::const_iterator::operator== | ( | const const_iterator & | other | ) | [inline] |
Definition at line 99 of file bbgm_feature_image.h.
const f_type_* bbgm_feature_image< f_type_ >::const_iterator::ptr_ [private] |
Definition at line 103 of file bbgm_feature_image.h.