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