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

#include <mln/core/image/imorph/decorated_image.hh>

Public Member Functions

void write_ (const typename I::psite &p, const typename I::value &v)

Public Types

typedef mln::value::proxy< E > lvalue

Detailed Description

template<typename I, typename E>
struct mln::internal::decorated_image_impl_< I, E >

Definition at line 50 of file decorated_image.hh.

Member Function Documentation

template<typename I, typename E>
void mln::internal::decorated_image_impl_< I, E >::write_ ( const typename I::psite &  p,
const typename I::value &  v 
)

Actual write routine.

Member Typedef Documentation

template<typename I, typename E>
typedef mln::value::proxy<E> mln::internal::decorated_image_impl_< I, E >::lvalue

Definition at line 52 of file decorated_image.hh.