Milena (Olena)  User documentation 2.0a Id
 All Classes Namespaces Functions Variables Typedefs Enumerator Groups Pages
mln::util::pix< I > Struct Template Reference

Structure pix. More...

#include <pix.hh>

Public Types

typedef I::psite psite
 Point_Site associated type.
 
typedef I::value value
 Value associated type.
 

Public Member Functions

const I & ima () const
 The getter of the image associate to pix structure.
 
const I::psite & p () const
 The getter of psite associate to pix structure.
 
 pix (const Image< I > &ima, const typename I::psite &p)
 Constructor.
 
I::rvalue v () const
 The getter of value associate to pix structure.
 

Detailed Description

template<typename I>
struct mln::util::pix< I >

Structure pix.

Definition at line 69 of file util/pix.hh.

Member Typedef Documentation

template<typename I>
typedef I ::psite mln::util::pix< I >::psite

Point_Site associated type.

Definition at line 73 of file util/pix.hh.

template<typename I>
typedef I ::value mln::util::pix< I >::value

Value associated type.

Definition at line 76 of file util/pix.hh.

Constructor & Destructor Documentation

template<typename I >
mln::util::pix< I >::pix ( const Image< I > &  ima,
const typename I::psite &  p 
)
inline

Constructor.

Parameters
[in]imaThe image.
[in]pThe p_site.

Definition at line 121 of file util/pix.hh.

Member Function Documentation

template<typename I >
const I & mln::util::pix< I >::ima ( ) const
inline

The getter of the image associate to pix structure.

Returns
The image ima_.

Definition at line 131 of file util/pix.hh.

template<typename I >
const I::psite & mln::util::pix< I >::p ( ) const
inline

The getter of psite associate to pix structure.

Returns
The psite p_.

Definition at line 140 of file util/pix.hh.

template<typename I >
I::rvalue mln::util::pix< I >::v ( ) const
inline

The getter of value associate to pix structure.

Returns
The value of pix.

Definition at line 150 of file util/pix.hh.