Public Member Functions | Protected Member Functions

mln::Generalized_Pixel< E > Struct Template Reference

Base class for implementation classes that are pixels or that have the behavior of pixels. More...

#include <generalized_pixel.hh>

Inheritance diagram for mln::Generalized_Pixel< E >:
Inheritance graph

List of all members.

Public Member Functions

 operator unsigned () const

Protected Member Functions

 Generalized_Pixel ()

Detailed Description

template<typename E>
struct mln::Generalized_Pixel< E >

Base class for implementation classes that are pixels or that have the behavior of pixels.

Warning:
This class does not derive from mln::Object; it is for use as a parallel hierarchy.
See also:
mln::doc::Generalized_Pixel for a complete documentation of this class contents.
Todo:
(later) Add an access to the targetted image.

Definition at line 53 of file generalized_pixel.hh.


Constructor & Destructor Documentation

template<typename E >
mln::Generalized_Pixel< E >::Generalized_Pixel (  )  [inline, protected]

Definition at line 80 of file generalized_pixel.hh.


Member Function Documentation

template<typename E>
mln::Generalized_Pixel< E >::operator unsigned (  )  const [inline]

Definition at line 65 of file generalized_pixel.hh.