Image having its domain restricted by a site set. More...
#include <sub_image.hh>
Inherits image_domain_morpher< I, S, 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 () | |
Constructor without argument. | |
sub_image (const I &ima, const S &pset) | |
Constructor. |
Image having its domain restricted by a site set.
Definition at line 102 of file sub_image.hh.
typedef sub_image< tag::image_<I>, tag::domain_<S> > mln::sub_image< I, S >::skeleton |
Skeleton.
Definition at line 108 of file sub_image.hh.
mln::sub_image< I, S >::sub_image | ( | ) | [inline] |
Constructor without argument.
Definition at line 182 of file sub_image.hh.
mln::sub_image< I, S >::sub_image | ( | const I & | ima, | |
const S & | pset | |||
) | [inline] |
Constructor.
Definition at line 188 of file sub_image.hh.
const S & mln::sub_image< I, S >::domain | ( | ) | const [inline] |
Give the definition domain.
Definition at line 205 of file sub_image.hh.
mln::sub_image< I, S >::operator sub_image< const I, S > | ( | ) | const [inline] |
Const promotion via conversion.
Definition at line 212 of file sub_image.hh.