Milena (Olena)
User documentation 2.0a Id
|
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.
|
inline |
Constructor.
Definition at line 75 of file core/pixel.hh.
|
inline |
|
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().
|
inline |
Test if this pixel is valid.
Definition at line 101 of file core/pixel.hh.