#include <dpoints_pixter.hh>
Public Member Functions | |
const I::value & | center_val () const |
The value around which this iterator moves. | |
template<typename Dps, typename Pref> | |
dpoints_fwd_pixter (const Generalized_Pixel< Pref > &pxl_ref, const Dps &dps) | |
Constructor (using a generalized pixel). | |
template<typename Dps, typename Pref> | |
dpoints_fwd_pixter (I &image, const Dps &dps, const Pref &p_ref) | |
Constructor (using an image). | |
void | next () |
Go to the next element. | |
void | invalidate () |
Invalidate the iterator. | |
bool | is_valid () const |
Test the iterator validity. | |
void | start () |
Manipulation. | |
void | update () |
Force this iterator to update its location to take into account that its center point may have moved. |
Parameter I
is the image type.
mln::dpoints_fwd_pixter< I >::dpoints_fwd_pixter | ( | I & | image, | |
const Dps & | dps, | |||
const Pref & | p_ref | |||
) | [inline] |
mln::dpoints_fwd_pixter< I >::dpoints_fwd_pixter | ( | const Generalized_Pixel< Pref > & | pxl_ref, | |
const Dps & | dps | |||
) | [inline] |
const I::value & mln::dpoints_fwd_pixter< I >::center_val | ( | ) | const [inline] |
The value around which this iterator moves.
void mln::dpoints_fwd_pixter< I >::invalidate | ( | ) | [inline] |
Invalidate the iterator.
bool mln::dpoints_fwd_pixter< I >::is_valid | ( | ) | const [inline] |
void mln::Iterator< E >::next | ( | ) | [inline, inherited] |
Go to the next element.
void mln::dpoints_fwd_pixter< I >::start | ( | ) | [inline] |
void mln::dpoints_fwd_pixter< I >::update | ( | ) | [inline] |
Force this iterator to update its location to take into account that its center point may have moved.
References mln::dpoints_fwd_pixter< I >::is_valid().
Referenced by mln::dpoints_fwd_pixter< I >::start().