This reference page is linked to from the following overview topics: Images.
The data type for a 16 bit image channel. 0-65535 maps to 0.0 to 1.0.
#include <image.h>
Public Member Functions |
|
uInt16Channel (const float32Channel &d) | |
uInt16Channel (const float16Channel &d) | |
uInt16Channel (const uInt16Channel &d) | |
uInt16Channel (const uInt8Channel &d) | |
uInt16Channel (uInt16 d) | |
uInt16Channel () | |
uInt16Channel & | operator= (const float32Channel &d) |
uInt16Channel & | operator= (const float16Channel &d) |
uInt16Channel & | operator= (const uInt16Channel &d) |
uInt16Channel & | operator= (uInt16 d) |
uInt16Channel & | operator= (const uInt8Channel &d) |
operator float () const | |
operator half_ () const | |
operator uInt16 () const | |
operator uInt8 () const |
uInt16Channel | ( | const float32Channel & | d | ) | [inline] |
uInt16Channel | ( | const float16Channel & | d | ) | [inline] |
uInt16Channel | ( | const uInt16Channel & | d | ) | [inline] |
uInt16Channel | ( | const uInt8Channel & | d | ) | [inline] |
uInt16Channel | ( | uInt16 | d | ) | [inline] |
uInt16Channel | ( | ) | [inline] |
uInt16Channel & operator= | ( | const float32Channel & | d | ) | [inline] |
uInt16Channel & operator= | ( | const float16Channel & | d | ) | [inline] |
uInt16Channel& operator= | ( | const uInt16Channel & | d | ) | [inline] |
uInt16Channel& operator= | ( | uInt16 | d | ) | [inline] |
uInt16Channel& operator= | ( | const uInt8Channel & | d | ) | [inline] |
operator float | ( | ) | const [inline] |
operator half_ | ( | ) | const [inline] |
operator uInt8 | ( | ) | const [inline] |