$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::Generalized_Pixel< E > Struct Template Reference

#include <mln/core/concept/generalized_pixel.hh>

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.

Definition at line 53 of file generalized_pixel.hh.

Constructor & Destructor Documentation

template<typename E>
mln::Generalized_Pixel< E >::Generalized_Pixel ( )
protected

Member Function Documentation

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

Definition at line 65 of file generalized_pixel.hh.