|
openscenegraph
|
#include <osg/Config>Go to the source code of this file.
Classes | |
| class | osg::ref_ptr< T > |
Namespaces | |
| namespace | osg |
| author: Julien Valentin 2017 (mp3bu.nosp@m.tche.nosp@m.r@hot.nosp@m.mail.nosp@m..com) | |
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) |