$extrastylesheet
#include <mln/value/internal/gray_f.hh>
Public Member Functions | |
gray_f () | |
C & | handle_ () |
template<unsigned m> | |
operator gray_< m > () const | |
template<unsigned m> | |
operator graylevel< m > () const | |
operator graylevel_f () const | |
const C & | to_enc () const |
V | to_equiv () const |
N | to_interop () const |
float | value () const |
gray_f (const gray_f &rhs) | |
gray_f & | operator= (const gray_f &rhs) |
template<unsigned n> | |
gray_f (const gray_< n > &rhs) | |
template<unsigned n> | |
gray_f & | operator= (const gray_< n > &rhs) |
gray_f (float val) | |
gray_f & | operator= (float val) |
gray_f (const graylevel_f &val) | |
gray_f & | operator= (const graylevel_f &val) |
Protected Attributes | |
enc | v_ |
Public Types | |
typedef Floating< void > | category |
typedef C | enc |
typedef V | equiv |
typedef gray_f | exact_t |
typedef N | interop |
|
inline |
Constructor without argument.
Definition at line 51 of file gray_f.hxx.
|
inline |
Constructors/assigments with gray_f.
Definition at line 56 of file gray_f.hxx.
mln::value::internal::gray_f::gray_f | ( | const gray_< n > & | rhs | ) |
Constructors/assigments with gray_<n>.
Definition at line 71 of file gray_f.hxx.
|
inline |
Constructors/assigments with float.
Definition at line 89 of file gray_f.hxx.
|
inline |
Constructors/assigments with graylevel_f.
Definition at line 103 of file gray_f.hxx.
|
inlineinherited |
Definition at line 81 of file value_like.hh.
|
inline |
Conversion to gray_<n>
Definition at line 127 of file gray_f.hxx.
|
inline |
Conversion to graylevel<n>
Definition at line 118 of file gray_f.hxx.
|
inline |
Conversion to graylevel_f.
Definition at line 134 of file gray_f.hxx.
Definition at line 64 of file gray_f.hxx.
Definition at line 80 of file gray_f.hxx.
Definition at line 96 of file gray_f.hxx.
|
inline |
Definition at line 110 of file gray_f.hxx.
|
inherited |
Explicit conversion towards encoding type.
|
inherited |
Explicit conversion towards equivalent type.
|
inherited |
Explicit conversion towards interoperation type.
|
inline |
Access to std type.
Definition at line 141 of file gray_f.hxx.
|
protectedinherited |
Definition at line 84 of file value_like.hh.
|
inherited |
Definition at line 64 of file floating.hh.
|
inherited |
Encoding associated type.
Definition at line 65 of file value_like.hh.
|
inherited |
Equivalent associated type.
Definition at line 62 of file value_like.hh.
|
inherited |
Interoperation associated type.
Definition at line 68 of file value_like.hh.