|
OpenSceneGraph
3.4.0
|
Deprecated. More...

Public Member Functions | |
| StateAttributeCallback () | |
| StateAttributeCallback (const StateAttributeCallback &, const CopyOp &) | |
| META_Object (osg, StateAttributeCallback) | |
| virtual bool | run (osg::Object *object, osg::Object *data) |
| override Callback::run() entry point to adapt to StateAttributeCallback::run(..) method. | |
| virtual void | operator() (StateAttribute *, NodeVisitor *) |
| do customized update code. | |
Deprecated.
| osg::StateAttributeCallback::StateAttributeCallback | ( | ) | [inline] |
| osg::StateAttributeCallback::StateAttributeCallback | ( | const StateAttributeCallback & | , |
| const CopyOp & | |||
| ) | [inline] |
| virtual void osg::StateAttributeCallback::operator() | ( | StateAttribute * | , |
| NodeVisitor * | |||
| ) | [inline, virtual] |
do customized update code.
Reimplemented in osg::Image::UpdateCallback, and osgAnimation::UpdateMaterial.
| virtual bool osg::StateAttributeCallback::run | ( | osg::Object * | object, |
| osg::Object * | data | ||
| ) | [virtual] |
override Callback::run() entry point to adapt to StateAttributeCallback::run(..) method.
Reimplemented from osg::Callback.
| Generated at Tue Dec 8 2015 00:16:41 for the OpenSceneGraph by doxygen 1.7.6.1. |