|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| AlphaFuncProperty (float value=1.0) | |
| AlphaFuncProperty (const AlphaFuncProperty &isp, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| META_Object (osgVolume, AlphaFuncProperty) | |
| virtual void | accept (PropertyVisitor &pv) |
| virtual void | setValue (float v) |
| Set the value. | |
| osg::AlphaFunc * | getAlphaFunc () |
| const osg::AlphaFunc * | getAlphaFunc () const |
Protected Member Functions | |
| virtual | ~AlphaFuncProperty () |
Protected Attributes | |
| osg::ref_ptr< osg::AlphaFunc > | _alphaFunc |
| osgVolume::AlphaFuncProperty::AlphaFuncProperty | ( | float | value = 1.0 | ) |
| osgVolume::AlphaFuncProperty::AlphaFuncProperty | ( | const AlphaFuncProperty & | isp, |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
| ) |
| virtual osgVolume::AlphaFuncProperty::~AlphaFuncProperty | ( | ) | [inline, protected, virtual] |
| virtual void osgVolume::AlphaFuncProperty::accept | ( | PropertyVisitor & | pv | ) | [inline, virtual] |
Reimplemented from osgVolume::ScalarProperty.
References osgVolume::PropertyVisitor::apply().
| osg::AlphaFunc* osgVolume::AlphaFuncProperty::getAlphaFunc | ( | ) | [inline] |
| const osg::AlphaFunc* osgVolume::AlphaFuncProperty::getAlphaFunc | ( | ) | const [inline] |
| osgVolume::AlphaFuncProperty::META_Object | ( | osgVolume | , |
| AlphaFuncProperty | |||
| ) |
| virtual void osgVolume::AlphaFuncProperty::setValue | ( | float | v | ) | [virtual] |
Set the value.
Reimplemented from osgVolume::ScalarProperty.
| Generated at Thu Sep 27 2012 17:03:34 for the OpenSceneGraph by doxygen 1.7.6.1. |