Base class for implementation of image classes. More...
#include <image.hh>

Public Types | |
| typedef Image< void > | category |
| typedef E | exact_t |
Public Member Functions | |
| template<typename J > | |
| Image< E > & | operator= (const J &rhs) |
Protected Member Functions | |
| Image () | |
Base class for implementation of image classes.
Definition at line 73 of file core/concept/image.hh.
| typedef Image<void> mln::Image< E >::category |
Reimplemented from mln::Object< E >.
Definition at line 75 of file core/concept/image.hh.
typedef E mln::Object< E >::exact_t [inherited] |
| mln::Image< E >::Image | ( | ) | [inline, protected] |
Optional interface:
Definition at line 206 of file core/concept/image.hh.
References mln::internal::check_init().
| Image< E > & mln::Image< E >::operator= | ( | const J & | rhs | ) | [inline] |
You are assigning an image of a concrete type to an image with a concept type. It does NOT work.
You forgot a call to exact() on the left operand!
Definition at line 193 of file core/concept/image.hh.
1.7.1