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