Public Types | Public Member Functions | Protected Attributes

mln::value::internal::gray_< n > Class Template Reference

General gray-level class where n bits is not know at compile-time. More...

#include <gray_.hh>

Inheritance diagram for mln::value::internal::gray_< n >:
Inheritance graph

List of all members.

Public Types

typedef Scalar< void > category
typedef int enc
 Encoding associated type.
typedef int equiv
 Equivalent associated type.
typedef gray_< n > exact_t
typedef N interop
 Interoperation associated type.

Public Member Functions

 gray_ ()
 Constructor without argument.
 gray_ (int val)
 Constructor with int.
C & handle_ ()
template<unsigned m>
 operator gray_< m > () const
 Return an equivalent gray_ encoded on nbits bits.
template<unsigned m>
 operator graylevel< m > () const
 Conversion to graylevel.
 operator graylevel_f () const
 Conversion to graylevel_f.
const C & to_enc () const
 Explicit conversion towards encoding type.
to_equiv () const
 Explicit conversion towards equivalent type.
to_interop () const
 Explicit conversion towards interoperation type.
int value () const
 Access to std type.

 gray_ (const literal::white_t &)
 Constructors/assignments with literals.
 gray_ (const literal::black_t &)

template<unsigned m>
 gray_ (const graylevel< m > &val)
 Constructors/assigments with graylevel.
template<unsigned m>
gray_< n > & operator= (const graylevel< m > &val)

Protected Attributes

enc v_

Detailed Description

template<unsigned n>
class mln::value::internal::gray_< n >

General gray-level class where n bits is not know at compile-time.

This class is used for exchange between gray-level types purpose.

Definition at line 130 of file gray_.hh.


Member Typedef Documentation

typedef Scalar<void> mln::value::Scalar< gray_< n > >::category [inherited]

Reimplemented from mln::Value< gray_< n > >.

Definition at line 57 of file concept/scalar.hh.

template<unsigned n>
typedef int mln::value::internal::gray_< n >::enc

Encoding associated type.

Reimplemented from mln::value::internal::value_like_< V, C, N, E >.

Definition at line 143 of file gray_.hh.

template<unsigned n>
typedef int mln::value::internal::gray_< n >::equiv

Equivalent associated type.

Reimplemented from mln::value::internal::value_like_< V, C, N, E >.

Definition at line 146 of file gray_.hh.

typedef gray_< n > mln::Object< gray_< n > >::exact_t [inherited]

Definition at line 173 of file object.hh.

template<typename V, typename C, typename N, typename E>
typedef N mln::value::internal::value_like_< V, C, N, E >::interop [inherited]

Interoperation associated type.

Definition at line 63 of file value_like.hh.


Constructor & Destructor Documentation

template<unsigned n>
mln::value::internal::gray_< n >::gray_ (  )  [inline]

Constructor without argument.

Definition at line 248 of file gray_.hh.

template<unsigned n>
mln::value::internal::gray_< n >::gray_ ( int  val  )  [inline]

Constructor with int.

Definition at line 285 of file gray_.hh.

References mln::value::internal::value_like_< V, C, N, E >::v_.

template<unsigned n>
mln::value::internal::gray_< n >::gray_ ( const literal::white_t  )  [inline, explicit]

Constructors/assignments with literals.

Definition at line 271 of file gray_.hh.

References mln::value::internal::value_like_< V, C, N, E >::v_.

template<unsigned n>
mln::value::internal::gray_< n >::gray_ ( const literal::black_t  )  [inline, explicit]

Definition at line 278 of file gray_.hh.

References mln::value::internal::value_like_< V, C, N, E >::v_.

template<unsigned n>
template<unsigned m>
mln::value::internal::gray_< n >::gray_ ( const graylevel< m > &  val  ) 

Constructors/assigments with graylevel.

Definition at line 254 of file gray_.hh.

References mln::value::internal::value_like_< V, C, N, E >::v_, and mln::value::graylevel< n >::value().


Member Function Documentation

template<typename V, typename C, typename N, typename E>
C& mln::value::internal::value_like_< V, C, N, E >::handle_ (  )  [inline, inherited]

Definition at line 76 of file value_like.hh.

Referenced by mln::value::operator>>().

template<unsigned n>
template<unsigned m>
mln::value::internal::gray_< n >::operator gray_< m > (  )  const [inline]

Return an equivalent gray_ encoded on nbits bits.

Definition at line 301 of file gray_.hh.

References mln::value::internal::value_like_< V, C, N, E >::v_.

template<unsigned n>
template<unsigned m>
mln::value::internal::gray_< n >::operator graylevel< m > (  )  const [inline]

Conversion to graylevel.

Definition at line 310 of file gray_.hh.

References mln::value::internal::value_like_< V, C, N, E >::v_, and mln::value::graylevel< n >::value().

template<unsigned n>
mln::value::internal::gray_< n >::operator graylevel_f (  )  const [inline]

Conversion to graylevel_f.

Definition at line 320 of file gray_.hh.

References mln::value::internal::value_like_< V, C, N, E >::v_.

template<unsigned n>
template<unsigned m>
gray_< n > & mln::value::internal::gray_< n >::operator= ( const graylevel< m > &  val  )  [inline]
template<typename V , typename C , typename N , typename E >
const C & mln::value::internal::value_like_< V, C, N, E >::to_enc (  )  const [inline, inherited]
template<typename V , typename C , typename N , typename E >
V mln::value::internal::value_like_< V, C, N, E >::to_equiv (  )  const [inline, inherited]

Explicit conversion towards equivalent type.

Definition at line 102 of file value_like.hh.

References mln::value::internal::value_like_< V, C, N, E >::v_.

Referenced by mln::convert::over_load::from_to_().

template<typename V , typename C , typename N , typename E >
N mln::value::internal::value_like_< V, C, N, E >::to_interop (  )  const [inline, inherited]
template<unsigned n>
int mln::value::internal::gray_< n >::value (  )  const [inline]

Member Data Documentation

template<typename V, typename C, typename N, typename E>
enc mln::value::internal::value_like_< V, C, N, E >::v_ [protected, inherited]

Definition at line 79 of file value_like.hh.

Referenced by mln::value::qt::rgb32::blue(), mln::value::rgb< n >::blue(), mln::value::qt::rgb32::comp(), mln::value::rgb< n >::comp(), mln::value::float01_< n >::float01_(), mln::value::float01_f::float01_f(), mln::value::internal::gray_< n >::gray_(), mln::value::internal::gray_f::gray_f(), mln::value::graylevel< n >::graylevel(), mln::value::graylevel_f::graylevel_f(), mln::value::qt::rgb32::green(), mln::value::rgb< n >::green(), mln::value::internal::value_like_< int, int, gray_< n >, gray_< n > >::handle_(), mln::value::int_s< n >::int_s(), mln::value::int_u< n >::int_u(), mln::value::int_u_sat< n >::int_u_sat(), mln::algebra::quat::inv(), mln::algebra::quat::is_null(), mln::algebra::quat::is_pure(), mln::algebra::quat::is_unit(), mln::value::label< n >::label(), mln::value::label< n >::next(), mln::value::int_u< n >::next(), mln::value::qt::rgb32::operator algebra::vec< 3, float >(), mln::value::rgb< n >::operator algebra::vec< 3, float >(), mln::value::qt::rgb32::operator algebra::vec< 3, int >(), mln::value::rgb< n >::operator algebra::vec< 3, int >(), mln::algebra::quat::operator const algebra::vec< 4, float > &(), mln::value::float01_f::operator float(), mln::value::float01_< n >::operator float(), mln::value::internal::gray_f::operator gray_< m >(), mln::value::internal::gray_< n >::operator gray_< m >(), mln::value::internal::gray_f::operator graylevel< m >(), mln::value::internal::gray_< n >::operator graylevel< m >(), mln::value::internal::gray_f::operator graylevel_f(), mln::value::internal::gray_< n >::operator graylevel_f(), mln::value::int_u_sat< n >::operator int(), mln::value::int_u< n >::operator unsigned(), mln::value::label< n >::operator++(), mln::value::int_u_sat< n >::operator+=(), mln::value::int_u< n >::operator-(), mln::value::label< n >::operator--(), mln::value::int_u_sat< n >::operator-=(), mln::value::qt::rgb32::operator=(), mln::value::rgb< n >::operator=(), mln::algebra::quat::operator=(), mln::value::label< n >::operator=(), mln::value::int_u_sat< n >::operator=(), mln::value::int_u< n >::operator=(), mln::value::int_s< n >::operator=(), mln::value::graylevel_f::operator=(), mln::value::graylevel< n >::operator=(), mln::value::internal::gray_f::operator=(), mln::value::internal::gray_< n >::operator=(), mln::value::float01_f::operator=(), mln::value::float01_< n >::operator=(), mln::value::label< n >::prev(), mln::algebra::quat::quat(), mln::value::qt::rgb32::red(), mln::value::rgb< n >::red(), mln::value::rgb< n >::rgb(), mln::value::qt::rgb32::rgb32(), mln::algebra::quat::s(), mln::value::float01_< n >::set_ind(), mln::algebra::quat::set_unit(), mln::algebra::quat::set_v(), mln::algebra::quat::sprod(), mln::value::internal::value_like_< V, C, N, E >::to_enc(), mln::value::internal::value_like_< V, C, N, E >::to_equiv(), mln::value::graylevel< n >::to_float(), mln::algebra::quat::to_vec(), mln::algebra::quat::v(), mln::value::graylevel_f::value(), mln::value::graylevel< n >::value(), mln::value::internal::gray_f::value(), mln::value::internal::gray_< n >::value(), mln::value::float01_f::value(), and mln::value::float01_< n >::value().