Inheritance diagram for osgSim::ScalarsToColors:

Public Member Functions | |
| ScalarsToColors (float scalarMin, float scalarMax) | |
| virtual | ~ScalarsToColors () |
| virtual osg::Vec4 | getColor (float scalar) const |
| Get the color for a given scalar value. | |
| float | getMin () const |
| Get the minimum scalar value. | |
| float | getMax () const |
| Get the maximum scalar value. | |
|
||||||||||||
|
|
|
|
|
|
|
Get the color for a given scalar value.
Reimplemented in osgSim::ColorRange. |
|
|
Get the maximum scalar value.
|
|
|
Get the minimum scalar value.
|