#include <pixel_impl.hh>
Public Member Functions | |
typedef | mlc_if (mlc_is_const(I), const typename I::value, typename I::value) value_ptr_t |
pixel_impl_base_ (I &image, value_ptr_t *value_ptr) | |
Protected Attributes | |
I & | image_ |
Image associated to the iterator. | |
value_ptr_t * | value_ptr_ |
Current pixel / value. |
Definition at line 58 of file pixel_impl.hh.
mln::internal::pixel_impl_base_< false, I, E >::pixel_impl_base_ | ( | I & | image, | |
value_ptr_t * | value_ptr | |||
) | [inline] |
Definition at line 62 of file pixel_impl.hh.
typedef mln::internal::pixel_impl_base_< false, I, E >::mlc_if | ( | mlc_is_const(I) | , | |
const typename I::value | , | |||
typename I::value | ||||
) |
I& mln::internal::pixel_impl_base_< false, I, E >::image_ [protected] |
value_ptr_t* mln::internal::pixel_impl_base_< false, I, E >::value_ptr_ [protected] |