#include <TransferFunction.h>
Public Member Functions | |
TransferControllPoint () | |
~TransferControllPoint () | |
void | setDensityValue (float _densityValue) |
void | setAlpha (float _alpha) |
void | setColor (float _red, float _green, float _blue) |
Friends | |
class | TransferFunction |
TransferControllPoint::TransferControllPoint | ( | ) |
Constructor.
TransferControllPoint::~TransferControllPoint | ( | ) |
Destructor.
void TransferControllPoint::setDensityValue | ( | float | _densityValue | ) |
Sets the density of the controllpoint.
_densityValue | the new density |
void TransferControllPoint::setAlpha | ( | float | _alpha | ) |
Sets the alpha of the controllpoint.
_alpha | the new alpha |
void TransferControllPoint::setColor | ( | float | _red, | |
float | _green, | |||
float | _blue | |||
) |
Sets the color of the controllpoint.
_red | the new red value | |
_green | the new green value | |
_blue | the new blue value |