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

#include <mln/core/concept/image.hh>

Public Member Functions

template<typename J >
Image< E > & operator= (const J &rhs)

Protected Member Functions

 Image ()

Public Types

typedef Image< void > category
typedef E exact_t

Detailed Description

template<typename E>
struct mln::Image< E >

Base class for implementation of image classes.

Definition at line 76 of file core/concept/image.hh.

Constructor & Destructor Documentation

template<typename E>
mln::Image< E >::Image ( )
protected

Member Function Documentation

template<typename E>
template<typename J >
Image<E>& mln::Image< E >::operator= ( const J &  rhs)

Member Typedef Documentation

template<typename E>
typedef Image<void> mln::Image< E >::category

Definition at line 78 of file core/concept/image.hh.

template<typename E>
typedef E mln::Object< E >::exact_t
inherited

Definition at line 105 of file object.hh.