Classes | |
| class | FixedFunctionTechnique |
| class | Layer |
| class | ImageLayer |
| class | CompositeLayer |
| class | Locator |
| class | PropertyVisitor |
| class | Property |
| class | CompositeProperty |
| class | SwitchProperty |
| class | TransferFunctionProperty |
| class | ScalarProperty |
| class | IsoSurfaceProperty |
| class | AlphaFuncProperty |
| class | MaximumIntensityProjectionProperty |
| class | LightingProperty |
| class | SampleDensityProperty |
| class | TransparencyProperty |
| class | CollectPropertiesVisitor |
| class | PropertyAdjustmentCallback |
| class | RayTracedTechnique |
| class | Volume |
| Volume provides a framework for loosely coupling 3d image VolumeTile's with volume algorithms. More... | |
| class | VolumeTechnique |
| class | TileID |
| class | VolumeTile |
| VolumeTile provides a framework for loosely coupling 3d image data with rendering algorithms. More... | |
Functions | |
| OSGVOLUME_EXPORT osg::Image * | createNormalMapTexture (osg::Image *image_3d) |
| Compute a 3d image that represent the normal map of the specified 3d image. | |
| OSGVOLUME_EXPORT osg::Image * | applyTransferFunction (osg::Image *image, osg::TransferFunction1D *transferFunction) |
| Create an image that has a transfer function applied specified Image. | |
| OSGVOLUME_EXPORT osg::Image* osgVolume::applyTransferFunction | ( | osg::Image * | image, | |
| osg::TransferFunction1D * | transferFunction | |||
| ) |
Create an image that has a transfer function applied specified Image.
| OSGVOLUME_EXPORT osg::Image* osgVolume::createNormalMapTexture | ( | osg::Image * | image_3d | ) |
Compute a 3d image that represent the normal map of the specified 3d image.
| Generated at Sat May 14 08:21:24 2011 for the OpenSceneGraph by doxygen 1.5.9. |