BALL::VIEW::InterpolateColorProcessor Class Reference
[Model Processors]
#include <BALL/VIEW/MODELS/colorProcessor.h>
List of all members.
Detailed Description
Base class for ColorProcessors, that interpolate between two values
Member Enumeration Documentation
- Enumerator:
USE_OUTSIDE_COLOR |
|
DEFAULT_COLOR_FOR_OUTSIDE_COLORS |
|
NO_OUTSIDE_COLORS |
|
Constructor & Destructor Documentation
BALL::VIEW::InterpolateColorProcessor::InterpolateColorProcessor |
( |
|
) |
|
Member Function Documentation
const vector<ColorRGBA>& BALL::VIEW::InterpolateColorProcessor::getColors |
( |
|
) |
const [inline] |
vector<ColorRGBA>& BALL::VIEW::InterpolateColorProcessor::getColors |
( |
|
) |
[inline] |
const ColorRGBA& BALL::VIEW::InterpolateColorProcessor::getMaxColor |
( |
|
) |
const |
float BALL::VIEW::InterpolateColorProcessor::getMaxValue |
( |
|
) |
const [inline] |
const ColorRGBA& BALL::VIEW::InterpolateColorProcessor::getMinColor |
( |
|
) |
const |
float BALL::VIEW::InterpolateColorProcessor::getMinValue |
( |
|
) |
const [inline] |
Mode BALL::VIEW::InterpolateColorProcessor::getMode |
( |
|
) |
const [inline] |
virtual void BALL::VIEW::InterpolateColorProcessor::interpolateColor |
( |
float |
value, |
|
|
ColorRGBA & |
color_to_be_set | |
|
) |
| | [virtual] |
Interpolate a color between the given colors. To be overloaded in derived classes.
void BALL::VIEW::InterpolateColorProcessor::setColors |
( |
const vector< ColorRGBA > & |
colors |
) |
[inline] |
void BALL::VIEW::InterpolateColorProcessor::setMaxColor |
( |
const ColorRGBA & |
color |
) |
|
void BALL::VIEW::InterpolateColorProcessor::setMaxValue |
( |
float |
value |
) |
[inline] |
void BALL::VIEW::InterpolateColorProcessor::setMinColor |
( |
const ColorRGBA & |
color |
) |
|
void BALL::VIEW::InterpolateColorProcessor::setMinValue |
( |
float |
value |
) |
[inline] |
void BALL::VIEW::InterpolateColorProcessor::setMode |
( |
Mode |
mode |
) |
[inline] |
virtual bool BALL::VIEW::InterpolateColorProcessor::start |
( |
|
) |
[virtual] |
Member Data Documentation