Inheritance diagram for DiDisplayLUT:
Public Member Functions | |
DiDisplayLUT (const unsigned long count, const Uint16 max, const double amb, const double illum=0) | |
constructor | |
virtual | ~DiDisplayLUT () |
destructor | |
double | getAmbientLightValue () const |
get ambient light value | |
double | getIlluminationValue () const |
get illumination value | |
Private Attributes | |
const double | AmbientLight |
ambient light value (measured in cd/m^2) | |
const double | Illumination |
illumination value (measured in cd/m^2) |
Definition at line 44 of file didislut.h.
DiDisplayLUT::DiDisplayLUT | ( | const unsigned long | count, | |
const Uint16 | max, | |||
const double | amb, | |||
const double | illum = 0 | |||
) |
constructor
count | number of values to be stored | |
max | maximum value to be stored | |
amb | ambient light value | |
illum | illumination value (optional) |
double DiDisplayLUT::getAmbientLightValue | ( | ) | const [inline] |
get ambient light value
Definition at line 70 of file didislut.h.
References AmbientLight.
double DiDisplayLUT::getIlluminationValue | ( | ) | const [inline] |
get illumination value
Definition at line 79 of file didislut.h.
References Illumination.