$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::p2b::has< I > Struct Template Reference

#include <mln/fun/p2b/has.hh>

Public Member Functions

 has ()
 has (typename mln::metal::const_< I >::ret &ima)
 has (const has< I > &rhs)
bool operator() (const typename I::psite &p) const
has< I > & operator= (const has< I > &rhs)

Public Types

typedef Function_v2b< void > category
typedef has< I > exact_t
typedef void mutable_result
typedef bool result

Detailed Description

template<typename I>
struct mln::fun::p2b::has< I >

Definition at line 52 of file fun/p2b/has.hh.

Constructor & Destructor Documentation

template<typename I>
mln::fun::p2b::has< I >::has ( )

Constructor without argument.

template<typename I>
mln::fun::p2b::has< I >::has ( typename mln::metal::const_< I >::ret ima)

Constructor from an image ima.

template<typename I>
mln::fun::p2b::has< I >::has ( const has< I > &  rhs)

Copy constructor.

Member Function Documentation

template<typename I>
bool mln::fun::p2b::has< I >::operator() ( const typename I::psite &  p) const

Apply the function on the psite p.

template<typename I>
has<I>& mln::fun::p2b::has< I >::operator= ( const has< I > &  rhs)

Assignment operator.

Member Typedef Documentation

typedef Function_v2b<void> mln::Function_v2b< has< I > >::category
inherited

Definition at line 162 of file function.hh.

typedef has< I > mln::Object< has< I > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< has< I > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename I>
typedef bool mln::fun::p2b::has< I >::result

Result associated type.

Definition at line 58 of file fun/p2b/has.hh.