#include <image.hh>
Inherits mln::pw::internal::image_base< F, S, mln::pw::image< F, S > >.
Public Types | |
typedef image< tag::function_ < F >, tag::domain_< S > > | skeleton |
Skeleton. | |
Public Member Functions | |
image (const Function_v2v< F > &f, const Site_Set< S > &ps) | |
Constructor. | |
image () | |
Constructor without argument. |
Parameter F
is a function restricting the domain. Parameter S
is the domain type.
typedef image< tag::function_<F>, tag::domain_<S> > mln::pw::image< F, S >::skeleton |
Skeleton.
mln::pw::image< F, S >::image | ( | ) | [inline] |
Constructor without argument.
mln::pw::image< F, S >::image | ( | const Function_v2v< F > & | f, | |
const Site_Set< S > & | ps | |||
) | [inline] |
Constructor.