DiDisplayLUT Class Reference

Class to compute and store the Display lookup table. More...

Inheritance diagram for DiDisplayLUT:

DiBaseLUT DiCIELABLUT DiGSDFLUT List of all members.

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)

Detailed Description

Class to compute and store the Display lookup table.

Definition at line 44 of file didislut.h.


Constructor & Destructor Documentation

DiDisplayLUT::DiDisplayLUT ( const unsigned long  count,
const Uint16  max,
const double  amb,
const double  illum = 0 
)

constructor

Parameters:
count number of values to be stored
max maximum value to be stored
amb ambient light value
illum illumination value (optional)


Member Function Documentation

double DiDisplayLUT::getAmbientLightValue (  )  const [inline]

get ambient light value

Returns:
ambient light value

Definition at line 70 of file didislut.h.

References AmbientLight.

double DiDisplayLUT::getIlluminationValue (  )  const [inline]

get illumination value

Returns:
illumination value

Definition at line 79 of file didislut.h.

References Illumination.


The documentation for this class was generated from the following file:


Generated on 6 Jan 2011 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.5.1