$extrastylesheet
#include <mln/util/pix.hh>
Public Member Functions | |
pix (const Image< I > &ima, const typename I::psite &p) | |
const I & | ima () const |
const I::psite & | p () const |
I::rvalue | v () const |
Public Types | |
typedef I::psite | psite |
typedef I::value | value |
Structure pix.
Definition at line 69 of file util/pix.hh.
mln::util::pix< I >::pix | ( | const Image< I > & | ima, |
const typename I::psite & | p | ||
) |
Constructor.
[in] | ima | The image. |
[in] | p | The p_site. |
const I& mln::util::pix< I >::ima | ( | ) | const |
The getter of the image associate to pix structure.
const I ::psite& mln::util::pix< I >::p | ( | ) | const |
The getter of psite associate to pix structure.
I ::rvalue mln::util::pix< I >::v | ( | ) | const |
The getter of value associate to pix structure.
typedef I ::psite mln::util::pix< I >::psite |
Point_Site associated type.
Definition at line 73 of file util/pix.hh.
typedef I ::value mln::util::pix< I >::value |
Value associated type.
Definition at line 76 of file util/pix.hh.