The smart pointer type for the associated class
#include <mrpt/opengl/COpenGLStandardObject.h>

Public Types | |
| typedef COpenGLStandardObject | value_type |
Public Member Functions | |
| COpenGLStandardObjectPtr () | |
| COpenGLStandardObjectPtr (COpenGLStandardObject *p) | |
| COpenGLStandardObjectPtr (const CRenderizableDisplayListPtr &p) | |
| COpenGLStandardObjectPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const COpenGLStandardObject *p) |
| COpenGLStandardObject * | pointer () |
| const COpenGLStandardObject * | pointer () const |
| COpenGLStandardObject * | operator-> (void) |
| const COpenGLStandardObject * | operator-> (void) const |
| COpenGLStandardObject & | operator* (void) |
| const COpenGLStandardObject & | operator* (void) const |
| void | setFromPointerDoNotFreeAtDtor (const CRenderizableDisplayList *p) |
| void | setFromPointerDoNotFreeAtDtor (const CRenderizable *p) |
| void | setFromPointerDoNotFreeAtDtor (const CSerializable *p) |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 42 of file COpenGLStandardObject.h.
| mrpt::opengl::COpenGLStandardObjectPtr::COpenGLStandardObjectPtr | ( | ) | [inline] |
Definition at line 42 of file COpenGLStandardObject.h.
| mrpt::opengl::COpenGLStandardObjectPtr::COpenGLStandardObjectPtr | ( | COpenGLStandardObject * | p | ) | [inline, explicit] |
Definition at line 42 of file COpenGLStandardObject.h.
| mrpt::opengl::COpenGLStandardObjectPtr::COpenGLStandardObjectPtr | ( | const CRenderizableDisplayListPtr & | p | ) | [inline, explicit] |
Definition at line 42 of file COpenGLStandardObject.h.
| mrpt::opengl::COpenGLStandardObjectPtr::COpenGLStandardObjectPtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 42 of file COpenGLStandardObject.h.
| COpenGLStandardObject& mrpt::opengl::COpenGLStandardObjectPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 42 of file COpenGLStandardObject.h.
| const COpenGLStandardObject& mrpt::opengl::COpenGLStandardObjectPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 42 of file COpenGLStandardObject.h.
| const COpenGLStandardObject* mrpt::opengl::COpenGLStandardObjectPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 42 of file COpenGLStandardObject.h.
| COpenGLStandardObject* mrpt::opengl::COpenGLStandardObjectPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 42 of file COpenGLStandardObject.h.
| COpenGLStandardObject* mrpt::opengl::COpenGLStandardObjectPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 42 of file COpenGLStandardObject.h.
| const COpenGLStandardObject* mrpt::opengl::COpenGLStandardObjectPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 42 of file COpenGLStandardObject.h.
| void mrpt::opengl::CRenderizableDisplayListPtr::setFromPointerDoNotFreeAtDtor | ( | const CRenderizableDisplayList * | p | ) | [inline, inherited] |
Definition at line 40 of file CRenderizableDisplayList.h.
| void mrpt::opengl::COpenGLStandardObjectPtr::setFromPointerDoNotFreeAtDtor | ( | const COpenGLStandardObject * | p | ) | [inline] |
Definition at line 42 of file COpenGLStandardObject.h.
| void mrpt::utils::CSerializablePtr::setFromPointerDoNotFreeAtDtor | ( | const CSerializable * | p | ) | [inline, inherited] |
Definition at line 45 of file CSerializable.h.
| void mrpt::opengl::CRenderizablePtr::setFromPointerDoNotFreeAtDtor | ( | const CRenderizable * | p | ) | [inline, inherited] |
Definition at line 56 of file CRenderizable.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |