Generic pixel class. More...
#include <pixel.hh>

Public Member Functions | |
| void | change_to (const typename I::psite &p) | 
Change the pixel to the one at point p.   | |
| bool | is_valid () const | 
| Test if this pixel is valid.   | |
| pixel (I &image) | |
| Constructor.   | |
| pixel (I &image, const typename I::psite &p) | |
| Constructor.   | |
Generic pixel class.
The parameter is I the type of the image it belongs to. 
Definition at line 50 of file core/pixel.hh.
| mln::pixel< I >::pixel | ( | I & | image | ) |  [inline] | 
        
Constructor.
Definition at line 75 of file core/pixel.hh.
| mln::pixel< I >::pixel | ( | I & | image, | |
| const typename I::psite & | p | |||
| ) |  [inline] | 
        
| void mln::pixel< I >::change_to | ( | const typename I::psite & | p | ) |  [inline] | 
        
Change the pixel to the one at point p. 
Definition at line 92 of file core/pixel.hh.
Referenced by mln::pixel< I >::pixel().
| bool mln::pixel< I >::is_valid | ( | ) |  const [inline] | 
        
Test if this pixel is valid.
Definition at line 101 of file core/pixel.hh.
 1.7.1