|
DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
Class to compute and store the Display lookup table. More...
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) | |
Class to compute and store the Display lookup table.
| 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
| double DiDisplayLUT::getIlluminationValue | ( | ) | const [inline] |
get illumination value