OpenSceneGraph
3.5.1
|
Classes | |
class | osg::UserDataContainer |
Internal structure for storing all user data. More... | |
class | osg::DefaultUserDataContainer |
Internal structure for storing all user data. More... | |
Namespaces | |
osg | |
The core osg library provides the basic scene graph classes such as Nodes, State and Drawables, and maths and general helper classes. | |
Macros | |
#define | OSG_USERDATACONTAINER 1 |
Functions | |
Object * | osg::getUserObject (osg::Object *object, const std::string &name) |
Convenience function for getting the User Object associated with specificed name from an Object's UserDataContainer. More... | |
const Object * | osg::getUserObject (const osg::Object *object, const std::string &name) |
Convenience function for getting the User Object associated with specificed name from an Object's UserDataContainer. More... | |
#define OSG_USERDATACONTAINER 1 |
Generated at Wed Nov 11 2015 22:14:23 for the OpenSceneGraph by doxygen 1.8.10. |