Public Member Functions | Protected Attributes

mln::internal::pixel_impl_base_< false, I, E > Struct Template Reference

#include <pixel_impl.hh>

List of all members.

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.

Detailed Description

template<typename I, typename E>
struct mln::internal::pixel_impl_base_< false, I, E >

Definition at line 59 of file pixel_impl.hh.


Constructor & Destructor Documentation

template<typename I , typename E >
mln::internal::pixel_impl_base_< false, I, E >::pixel_impl_base_ ( I &  image,
value_ptr_t *  value_ptr 
) [inline]

Definition at line 63 of file pixel_impl.hh.


Member Function Documentation

template<typename I , typename E >
typedef mln::internal::pixel_impl_base_< false, I, E >::mlc_if ( mlc_is_const(I)  ,
const typename I::value  ,
typename I::value   
)

Member Data Documentation

template<typename I , typename E >
I& mln::internal::pixel_impl_base_< false, I, E >::image_ [protected]

Image associated to the iterator.

Definition at line 72 of file pixel_impl.hh.

template<typename I , typename E >
value_ptr_t* mln::internal::pixel_impl_base_< false, I, E >::value_ptr_ [protected]

Current pixel / value.

Definition at line 75 of file pixel_impl.hh.