Public Types | Public Member Functions

mln::pw::image< F, S > Class Template Reference
[Basic types]

A generic point-wise image implementation. More...

#include <image.hh>

Inherits image_base< F, S, image< F, S > >.

List of all members.

Public Types

typedef image< tag::function_
< F >, tag::domain_< S > > 
skeleton
 Skeleton.

Public Member Functions

 image ()
 Constructor without argument.
 image (const Function_v2v< F > &f, const Site_Set< S > &ps)
 Constructor.

Detailed Description

template<typename F, typename S>
class mln::pw::image< F, S >

A generic point-wise image implementation.

Parameter F is a function restricting the domain. Parameter S is the domain type.

Definition at line 92 of file pw/image.hh.


Member Typedef Documentation

template<typename F, typename S>
typedef image< tag::function_<F>, tag::domain_<S> > mln::pw::image< F, S >::skeleton

Skeleton.

Definition at line 99 of file pw/image.hh.


Constructor & Destructor Documentation

template<typename F , typename S >
mln::pw::image< F, S >::image (  )  [inline]

Constructor without argument.

Definition at line 169 of file pw/image.hh.

template<typename F , typename S >
mln::pw::image< F, S >::image ( const Function_v2v< F > &  f,
const Site_Set< S > &  ps 
) [inline]

Constructor.

Definition at line 175 of file pw/image.hh.