OpenSceneGraph
3.4.0
|
Classes | |
class | osg::Callback |
class | osg::CallbackObject |
Callback for attaching a script to a Node's via there UserDataContainer for the purpose of overriding class methods within scripts. More... | |
class | osg::NodeCallback |
Deprecated. More... | |
class | osg::StateAttributeCallback |
Deprecated. More... | |
class | osg::UniformCallback |
Deprecated. More... | |
Namespaces | |
namespace | osg |
The core osg library provides the basic scene graph classes such as Nodes, State and Drawables, and maths and general helper classes. | |
Defines | |
#define | OSG_CALLBACK 1 |
Typedefs | |
typedef std::vector < osg::ref_ptr< osg::Object > > | osg::Parameters |
Functions | |
CallbackObject * | osg::getCallbackObject (osg::Object *object, const std::string &name) |
Convenience function for getting the CallbackObject associated with specificed name from an Object's UserDataContainer. | |
const CallbackObject * | osg::getCallbackObject (const osg::Object *object, const std::string &name) |
Convenience function for getting the CallbackObject associated with specificed name from an Object's UserDataContainer. | |
bool | osg::runNamedCallbackObjects (osg::Object *object, const std::string &name, osg::Parameters &inputParameters, osg::Parameters &outputParameters) |
Call run(..) on named CallbackObjects attached to specified Object. |
#define OSG_CALLBACK 1 |
![]() | Generated at Tue Dec 8 2015 00:14:22 for the OpenSceneGraph by doxygen 1.7.6.1. |