Documentation class for mln::Generalized_Pixel. More...
#include <generalized_pixel.hh>

Public Types | |
| typedef void | image |
| Image associated type (with possible const qualification). | |
| typedef void | rvalue |
| Read-only value associated type. | |
| typedef void | value |
| Value associated type. | |
Public Member Functions | |
| ima::qlf_value ** | address_ () const |
| Give a hook to the value address. | |
| image & | ima () const |
| Give the image of this generalized pixel. | |
| rvalue | val () const |
| Give the value of this generalized pixel. | |
Protected Member Functions | |
| Generalized_Pixel () | |
Documentation class for mln::Generalized_Pixel.
| typedef void mln::doc::Generalized_Pixel< E >::image |
Image associated type (with possible const qualification).
| typedef void mln::doc::Generalized_Pixel< E >::rvalue |
Read-only value associated type.
| typedef void mln::doc::Generalized_Pixel< E >::value |
Value associated type.
| mln::doc::Generalized_Pixel< E >::Generalized_Pixel | ( | ) | [protected] |
| ima ::qlf_value** mln::doc::Generalized_Pixel< E >::address_ | ( | ) | const |
Give a hook to the value address.
This method allows for iterators to refer to a generalized pixel.
| image& mln::doc::Generalized_Pixel< E >::ima | ( | ) | const |
Give the image of this generalized pixel.
The constness of a pixel object is not transmitted to the underlying image.
| rvalue mln::doc::Generalized_Pixel< E >::val | ( | ) | const |
Give the value of this generalized pixel.
Reimplemented in mln::doc::Pixel_Iterator< E >.
1.7.1