The smart pointer type for the associated class
Definition at line 41 of file COpenGLScene.h.
#include <mrpt/opengl/COpenGLScene.h>
Public Member Functions | |
COpenGLScenePtr () | |
COpenGLScenePtr (COpenGLScene *p) | |
COpenGLScenePtr (const mrpt::utils::CSerializablePtr &p) | |
COpenGLScenePtr (const mrpt::utils::CObjectPtr &p) | |
void | setFromPointerDoNotFreeAtDtor (const COpenGLScene *p) |
COpenGLScene * | pointer () |
const COpenGLScene * | pointer () const |
COpenGLScene * | operator-> (void) |
const COpenGLScene * | operator-> (void) const |
COpenGLScene & | operator* (void) |
const COpenGLScene & | operator* (void) const |
mrpt::opengl::COpenGLScenePtr::COpenGLScenePtr | ( | ) | [inline] |
Definition at line 41 of file COpenGLScene.h.
mrpt::opengl::COpenGLScenePtr::COpenGLScenePtr | ( | COpenGLScene * | p ) | [inline, explicit] |
Definition at line 41 of file COpenGLScene.h.
mrpt::opengl::COpenGLScenePtr::COpenGLScenePtr | ( | const mrpt::utils::CSerializablePtr & | p ) | [inline, explicit] |
Definition at line 41 of file COpenGLScene.h.
mrpt::opengl::COpenGLScenePtr::COpenGLScenePtr | ( | const mrpt::utils::CObjectPtr & | p ) | [inline, explicit] |
Definition at line 41 of file COpenGLScene.h.
COpenGLScene& mrpt::opengl::COpenGLScenePtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 41 of file COpenGLScene.h.
const COpenGLScene& mrpt::opengl::COpenGLScenePtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 41 of file COpenGLScene.h.
const COpenGLScene* mrpt::opengl::COpenGLScenePtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 41 of file COpenGLScene.h.
COpenGLScene* mrpt::opengl::COpenGLScenePtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 41 of file COpenGLScene.h.
const COpenGLScene* mrpt::opengl::COpenGLScenePtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 41 of file COpenGLScene.h.
COpenGLScene* mrpt::opengl::COpenGLScenePtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 41 of file COpenGLScene.h.
void mrpt::opengl::COpenGLScenePtr::setFromPointerDoNotFreeAtDtor | ( | const COpenGLScene * | p ) | [inline] |
Definition at line 41 of file COpenGLScene.h.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011 |