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

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