DensityPoint Class Reference

Public Member Functions

 DensityPoint ()
 DensityPoint (float d, Color *c)
ColorgetColor ()
void setColor (Color *c)
float getDensity ()
void setDensity (float d)

Data Fields

Colorcolor

Constructor & Destructor Documentation

DensityPoint::DensityPoint (  ) 

DensityPoint constructor. This class handles the points used by the transfer function.

DensityPoint::DensityPoint ( float  d,
Color c 
)

DensityPoint constructor. This class handles the points used by the transfer function. Each point has a density value and a color.

Parameters:
float d
Color* c

Member Function Documentation

Color * DensityPoint::getColor (  ) 

Get color of density point.

Returns:
Color* color
float DensityPoint::getDensity (  ) 

Get density of density point.

Returns:
float density
void DensityPoint::setColor ( Color c  ) 

Set color of density point.

Parameters:
Color* c
void DensityPoint::setDensity ( float  d  ) 

Set density of density point.

Parameters:
float d

The documentation for this class was generated from the following files:
 All Data Structures Functions

Generated on Wed Dec 9 18:12:22 2009 for VisLU_Bsp1 by  doxygen 1.6.1