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. | |
Private Attributes | |
const I & | ima_ |
The image associate to pix. | |
const I::psite | p_ |
The psite associate to pix. |
Structure pix.
typedef I ::psite mln::util::pix< I >::psite |
Point_Site associated type.
typedef I ::value mln::util::pix< I >::value |
Value associated type.
mln::util::pix< I >::pix | ( | const Image< I > & | ima, | |
const typename I::psite & | p | |||
) | [inline] |
const I & mln::util::pix< I >::ima | ( | ) | const [inline] |
The getter of the image associate to pix structure.
const I::psite & mln::util::pix< I >::p | ( | ) | const [inline] |
The getter of psite associate to pix structure.
Referenced by mln::accu::max_site< I >::take(), and mln::accu::count_adjacent_vertices< F, S >::take().
I::rvalue mln::util::pix< I >::v | ( | ) | const [inline] |
The getter of value associate to pix structure.
Referenced by mln::morpho::attribute::sum< I, S >::set_value(), mln::morpho::attribute::volume< I >::take(), mln::accu::shape::volume< I >::take(), mln::accu::val< A >::take(), mln::morpho::attribute::sum< I, S >::take(), mln::accu::max_site< I >::take(), mln::morpho::attribute::height< I >::take(), mln::accu::shape::height< I >::take(), mln::morpho::attribute::volume< I >::take_as_init_(), mln::accu::val< A >::take_as_init_(), mln::morpho::attribute::sum< I, S >::take_as_init_(), mln::morpho::attribute::height< I >::take_as_init_(), and mln::morpho::attribute::sum< I, S >::untake().
const I& mln::util::pix< I >::ima_ [private] |
The image associate to pix.
const I ::psite mln::util::pix< I >::p_ [private] |
The psite associate to pix.