This reference page is linked to from the following overview topics: Images.
#include <image.h>
Public Member Functions |
|
float16Channel (const float32Channel &d) | |
float16Channel (const float16Channel &d) | |
float16Channel (const uInt16Channel &d) | |
float16Channel (const uInt8Channel &d) | |
float16Channel (const half_ &d) | |
float16Channel () | |
float16Channel & | operator= (const float32Channel &d) |
float16Channel & | operator= (const float16Channel &d) |
float16Channel & | operator= (const uInt16Channel &d) |
float16Channel & | operator= (const half_ &d) |
float16Channel & | operator= (const uInt8Channel &d) |
operator float () const | |
operator half_ () const | |
operator uInt16 () const | |
operator uInt8 () const |
float16Channel | ( | const float32Channel & | d | ) | [inline] |
float16Channel | ( | const float16Channel & | d | ) | [inline] |
float16Channel | ( | const uInt16Channel & | d | ) | [inline] |
float16Channel | ( | const uInt8Channel & | d | ) | [inline] |
float16Channel | ( | const half_ & | d | ) | [inline] |
float16Channel | ( | ) | [inline] |
float16Channel& operator= | ( | const float32Channel & | d | ) | [inline] |
Definition at line 251 of file image.h.
{ *this = float16Channel(d); return *this; }
float16Channel& operator= | ( | const float16Channel & | d | ) | [inline] |
float16Channel& operator= | ( | const uInt16Channel & | d | ) | [inline] |
Definition at line 263 of file image.h.
{ *this = float16Channel(d); return *this; }
float16Channel& operator= | ( | const half_ & | d | ) | [inline] |
Definition at line 269 of file image.h.
{ *this = float16Channel(d); return *this; }
float16Channel& operator= | ( | const uInt8Channel & | d | ) | [inline] |
Definition at line 275 of file image.h.
{ *this = float16Channel(d); return *this; }
operator uInt16 | ( | ) | const [inline] |
operator uInt8 | ( | ) | const [inline] |