Milena (Olena)
User documentation 2.0a Id
|
Makes an image become restricted by a point set. More...
#include <extended.hh>
Inherits mln::internal::image_domain_morpher< I, box< I::site >, extended< I > >.
Public Types | |
typedef tag::image_< I > | skeleton |
Skeleton. | |
typedef I::value | value |
Value type. | |
Public Member Functions | |
const box< typename I::site > & | domain () const |
Give the definition domain. | |
extended () | |
Constructor without argument. | |
extended (I &ima, const box< typename I::site > &b) | |
Constructor. |
Makes an image become restricted by a point set.
Definition at line 93 of file extended.hh.
typedef tag::image_<I> mln::extended< I >::skeleton |
Skeleton.
Definition at line 103 of file extended.hh.
typedef I ::value mln::extended< I >::value |
Value type.
Definition at line 100 of file extended.hh.
mln::extended< I >::extended | ( | ) | [inline] |
Constructor without argument.
Definition at line 170 of file extended.hh.
mln::extended< I >::extended | ( | I & | ima, |
const box< typename I::site > & | b | ||
) | [inline] |
Constructor.
Definition at line 176 of file extended.hh.
const box< typename I::site > & mln::extended< I >::domain | ( | ) | const [inline] |
Give the definition domain.
Definition at line 193 of file extended.hh.