$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::internal::pixel_impl_base_< true, I, E > Struct Template Reference

#include <mln/core/internal/pixel_impl.hh>

Public Member Functions

 pixel_impl_base_ (I &image, value_ptr_t *value_ptr)
typedef mlc_if (mlc_is_const(I), const typename I::value, typename I::value) value_ptr_t
typedef mlc_unconst (I) unconst_image_t
unsigned offset () const
 operator util::pix< unconst_image_t > () const

Protected Attributes

I & image_
value_ptr_t * value_ptr_

Detailed Description

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

Definition at line 80 of file pixel_impl.hh.

Constructor & Destructor Documentation

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

Definition at line 85 of file pixel_impl.hh.

Member Function Documentation

template<typename I , typename E >
typedef mln::internal::pixel_impl_base_< true, I, E >::mlc_if ( mlc_is_const(I)  ,
const typename I::value  ,
typename I::value   
)
template<typename I , typename E >
typedef mln::internal::pixel_impl_base_< true, I, E >::mlc_unconst ( ) const
template<typename I , typename E >
unsigned mln::internal::pixel_impl_base_< true, I, E >::offset ( ) const
inline

Definition at line 91 of file pixel_impl.hh.

template<typename I , typename E >
mln::internal::pixel_impl_base_< true, I, E >::operator util::pix< unconst_image_t > ( ) const
inline

Definition at line 96 of file pixel_impl.hh.

Member Data Documentation

template<typename I , typename E >
I& mln::internal::pixel_impl_base_< true, I, E >::image_
protected

Image associated to the iterator.

Definition at line 105 of file pixel_impl.hh.

template<typename I , typename E >
value_ptr_t* mln::internal::pixel_impl_base_< true, I, E >::value_ptr_
protected

Current pixel / value.

Definition at line 108 of file pixel_impl.hh.