Image having its domain restricted by a site set and a function. More...
#include <sub_image_if.hh>
Inherits image_domain_morpher< I, p_if< S, fun::p2b::has< I > >, sub_image_if< I, S > >.
Public Types | |
typedef sub_image_if < tag::image_< I > , tag::domain_< S > > | skeleton |
Skeleton. | |
Public Member Functions | |
const p_if< S, fun::p2b::has < I > > & | domain () const |
Give the definition domain. | |
sub_image_if () | |
Constructor without argument. | |
sub_image_if (I &ima, const S &s) | |
Constructor. |
Image having its domain restricted by a site set and a function.
Definition at line 101 of file sub_image_if.hh.
typedef sub_image_if< tag::image_<I>, tag::domain_<S> > mln::sub_image_if< I, S >::skeleton |
Skeleton.
Definition at line 106 of file sub_image_if.hh.
mln::sub_image_if< I, S >::sub_image_if | ( | ) | [inline] |
Constructor without argument.
Definition at line 181 of file sub_image_if.hh.
mln::sub_image_if< I, S >::sub_image_if | ( | I & | ima, | |
const S & | s | |||
) | [inline] |
Constructor.
Definition at line 187 of file sub_image_if.hh.
const p_if< S, fun::p2b::has< I > > & mln::sub_image_if< I, S >::domain | ( | ) | const [inline] |
Give the definition domain.
Definition at line 204 of file sub_image_if.hh.