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

Public Types | |
| typedef CTexturedPlane | value_type |
Public Member Functions | |
| CTexturedPlanePtr () | |
| CTexturedPlanePtr (CTexturedPlane *p) | |
| CTexturedPlanePtr (const CTexturedObjectPtr &p) | |
| CTexturedPlanePtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CTexturedPlane *p) |
| CTexturedPlane * | pointer () |
| const CTexturedPlane * | pointer () const |
| CTexturedPlane * | operator-> (void) |
| const CTexturedPlane * | operator-> (void) const |
| CTexturedPlane & | operator* (void) |
| const CTexturedPlane & | operator* (void) const |
| void | setFromPointerDoNotFreeAtDtor (const CTexturedObject *p) |
| void | setFromPointerDoNotFreeAtDtor (const CRenderizableDisplayList *p) |
| void | setFromPointerDoNotFreeAtDtor (const CRenderizable *p) |
| void | setFromPointerDoNotFreeAtDtor (const CSerializable *p) |
Reimplemented from mrpt::opengl::CTexturedObjectPtr.
Definition at line 40 of file CTexturedPlane.h.
| mrpt::opengl::CTexturedPlanePtr::CTexturedPlanePtr | ( | ) | [inline] |
Definition at line 40 of file CTexturedPlane.h.
| mrpt::opengl::CTexturedPlanePtr::CTexturedPlanePtr | ( | CTexturedPlane * | p | ) | [inline, explicit] |
Definition at line 40 of file CTexturedPlane.h.
| mrpt::opengl::CTexturedPlanePtr::CTexturedPlanePtr | ( | const CTexturedObjectPtr & | p | ) | [inline, explicit] |
Definition at line 40 of file CTexturedPlane.h.
| mrpt::opengl::CTexturedPlanePtr::CTexturedPlanePtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 40 of file CTexturedPlane.h.
| CTexturedPlane& mrpt::opengl::CTexturedPlanePtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::opengl::CTexturedObjectPtr.
Definition at line 40 of file CTexturedPlane.h.
| const CTexturedPlane& mrpt::opengl::CTexturedPlanePtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::opengl::CTexturedObjectPtr.
Definition at line 40 of file CTexturedPlane.h.
| const CTexturedPlane* mrpt::opengl::CTexturedPlanePtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::opengl::CTexturedObjectPtr.
Definition at line 40 of file CTexturedPlane.h.
| CTexturedPlane* mrpt::opengl::CTexturedPlanePtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::opengl::CTexturedObjectPtr.
Definition at line 40 of file CTexturedPlane.h.
| CTexturedPlane* mrpt::opengl::CTexturedPlanePtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::opengl::CTexturedObjectPtr.
Definition at line 40 of file CTexturedPlane.h.
| const CTexturedPlane* mrpt::opengl::CTexturedPlanePtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::opengl::CTexturedObjectPtr.
Definition at line 40 of file CTexturedPlane.h.
| void mrpt::opengl::CTexturedPlanePtr::setFromPointerDoNotFreeAtDtor | ( | const CTexturedPlane * | p | ) | [inline] |
Definition at line 40 of file CTexturedPlane.h.
| void mrpt::opengl::CRenderizableDisplayListPtr::setFromPointerDoNotFreeAtDtor | ( | const CRenderizableDisplayList * | p | ) | [inline, inherited] |
Definition at line 40 of file CRenderizableDisplayList.h.
| void mrpt::opengl::CTexturedObjectPtr::setFromPointerDoNotFreeAtDtor | ( | const CTexturedObject * | p | ) | [inline, inherited] |
Definition at line 42 of file CTexturedObject.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 |