$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_< const I, E > Class Template Reference

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

Public Member Functions

const value ** address_ () const
const I & ima () const
rvalue val () const

Protected Member Functions

 pixel_impl_ (const I &image)

Public Types

typedef const I image
typedef I::rvalue rvalue
typedef I::value value

Detailed Description

template<typename I, typename E>
class mln::internal::pixel_impl_< const I, E >

Definition at line 179 of file pixel_impl.hh.

Constructor & Destructor Documentation

template<typename I , typename E >
mln::internal::pixel_impl_< const I, E >::pixel_impl_ ( const I &  image)
protected

Constructor.

Member Function Documentation

template<typename I , typename E >
const value** mln::internal::pixel_impl_< const I, E >::address_ ( ) const

Address of the current iterator value/pixel.

template<typename I , typename E >
const I& mln::internal::pixel_impl_< const I, E >::ima ( ) const

Give the pixel image.

template<typename I , typename E >
rvalue mln::internal::pixel_impl_< const I, E >::val ( ) const

Get the pixel iterator value.

Member Typedef Documentation

template<typename I , typename E >
typedef const I mln::internal::pixel_impl_< const I, E >::image

Image type.

Definition at line 192 of file pixel_impl.hh.

template<typename I , typename E >
typedef I ::rvalue mln::internal::pixel_impl_< const I, E >::rvalue

Image rvalue type.

Definition at line 198 of file pixel_impl.hh.

template<typename I , typename E >
typedef I ::value mln::internal::pixel_impl_< const I, E >::value

Image value type.

Definition at line 195 of file pixel_impl.hh.