osg::TransferFunction Class Reference
List of all members.
Detailed Description
TransferFunction is a class that provide a 1D,2D or 3D colour look up table that can be used on the GPU as a 1D, 2D or 3D texture. Typically uses include mapping heights to colours when contouring terrain, or mapping intensities to colours when volume rendering.
Member Typedef Documentation
Constructor & Destructor Documentation
| osg::TransferFunction::TransferFunction |
( |
|
) |
|
| virtual osg::TransferFunction::~TransferFunction |
( |
|
) |
[protected, virtual] |
Member Function Documentation
| osg::Image* osg::TransferFunction::getImage |
( |
|
) |
[inline] |
| const osg::Image* osg::TransferFunction::getImage |
( |
|
) |
const [inline] |
| osg::Texture* osg::TransferFunction::getTexture |
( |
|
) |
[inline] |
| const osg::Texture* osg::TransferFunction::getTexture |
( |
|
) |
const [inline] |
| osg::Shader* osg::TransferFunction::getShader |
( |
|
) |
[inline] |
| const osg::Shader* osg::TransferFunction::getShader |
( |
|
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: