|
OpenSceneGraph 3.6.5
|
#include <osg/Config>Go to the source code of this file.
Classes | |
| class | osg::ref_ptr< T > |
| Smart pointer for handling referenced counted objects. 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. | |
Macros | |
| #define | OSG_REF_PTR 1 |
Functions | |
| template<class T > | |
| void | osg::swap (ref_ptr< T > &rp1, ref_ptr< T > &rp2) |
| template<class T > | |
| T * | osg::get_pointer (const ref_ptr< T > &rp) |
| template<class T , class Y > | |
| ref_ptr< T > | osg::static_pointer_cast (const ref_ptr< Y > &rp) |
| template<class T , class Y > | |
| ref_ptr< T > | osg::dynamic_pointer_cast (const ref_ptr< Y > &rp) |
| template<class T , class Y > | |
| ref_ptr< T > | osg::const_pointer_cast (const ref_ptr< Y > &rp) |
| #define OSG_REF_PTR 1 |
| Generated at Fri Jan 31 2020 11:03:07 for the OpenSceneGraph by doxygen 1.9.8. |