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

#include <mln/value/interval.hh>

Public Member Functions

 interval_ (const T &from, const T &to)
template<typename U >
 operator interval_< U > () const

Public Attributes

from
to

Public Types

typedef Object< void > category
typedef interval_< T > exact_t

Detailed Description

template<typename T>
struct mln::value::interval_< T >

FIXME: Doc!

Definition at line 48 of file interval.hh.

Constructor & Destructor Documentation

template<typename T>
mln::value::interval_< T >::interval_ ( const T &  from,
const T &  to 
)

Member Function Documentation

template<typename T>
template<typename U >
mln::value::interval_< T >::operator interval_< U > ( ) const

Member Data Documentation

template<typename T>
T mln::value::interval_< T >::from

Definition at line 51 of file interval.hh.

template<typename T>
T mln::value::interval_< T >::to

Definition at line 51 of file interval.hh.

Member Typedef Documentation

typedef Object<void> mln::Object< interval_< T > >::category
inherited

Definition at line 106 of file object.hh.

typedef interval_< T > mln::Object< interval_< T > >::exact_t
inherited

Definition at line 105 of file object.hh.