OpenSceneGraph 2.8.4
|
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().
const osg::AlphaFunc* osgVolume::AlphaFuncProperty::getAlphaFunc | ( | ) | const [inline] |
osg::AlphaFunc* osgVolume::AlphaFuncProperty::getAlphaFunc | ( | ) | [inline] |
osgVolume::AlphaFuncProperty::META_Object | ( | osgVolume | , |
AlphaFuncProperty | |||
) |
virtual void osgVolume::AlphaFuncProperty::setValue | ( | float | v | ) | [virtual] |
Set the value.
Reimplemented from osgVolume::ScalarProperty.
![]() | Generated at Sun Jan 8 2012 13:17:07 for the OpenSceneGraph by doxygen 1.7.4. |