#include <sub_image.hh>
Inherits mln::internal::image_domain_morpher< I, S, mln::sub_image< I, S > >.
Public Types | |
typedef sub_image< tag::image_ < I >, tag::domain_< S > > | skeleton |
Skeleton. | |
Public Member Functions | |
const S & | domain () const |
Give the definition domain. | |
operator sub_image< const I, S > () const | |
Const promotion via conversion. | |
sub_image (const I &ima, const S &pset) | |
Constructor. | |
sub_image () | |
Constructor without argument. |
typedef sub_image< tag::image_<I>, tag::domain_<S> > mln::sub_image< I, S >::skeleton |
Skeleton.
mln::sub_image< I, S >::sub_image | ( | ) | [inline] |
Constructor without argument.
mln::sub_image< I, S >::sub_image | ( | const I & | ima, | |
const S & | pset | |||
) | [inline] |
Constructor.
const S & mln::sub_image< I, S >::domain | ( | ) | const [inline] |
Give the definition domain.
mln::sub_image< I, S >::operator sub_image< const I, S > | ( | ) | const [inline] |
Const promotion via conversion.