The smart pointer type for the associated class
Definition at line 41 of file CGridPlaneXZ.h.
#include <mrpt/opengl/CGridPlaneXZ.h>

Public Member Functions | |
| CGridPlaneXZPtr () | |
| CGridPlaneXZPtr (CGridPlaneXZ *p) | |
| CGridPlaneXZPtr (const CRenderizableDisplayListPtr &p) | |
| CGridPlaneXZPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CGridPlaneXZ *p) |
| CGridPlaneXZ * | pointer () |
| const CGridPlaneXZ * | pointer () const |
| CGridPlaneXZ * | operator-> (void) |
| const CGridPlaneXZ * | operator-> (void) const |
| CGridPlaneXZ & | operator* (void) |
| const CGridPlaneXZ & | operator* (void) const |
| mrpt::opengl::CGridPlaneXZPtr::CGridPlaneXZPtr | ( | ) | [inline] |
Definition at line 41 of file CGridPlaneXZ.h.
| mrpt::opengl::CGridPlaneXZPtr::CGridPlaneXZPtr | ( | CGridPlaneXZ * | p ) | [inline, explicit] |
Definition at line 41 of file CGridPlaneXZ.h.
| mrpt::opengl::CGridPlaneXZPtr::CGridPlaneXZPtr | ( | const CRenderizableDisplayListPtr & | p ) | [inline, explicit] |
Definition at line 41 of file CGridPlaneXZ.h.
| mrpt::opengl::CGridPlaneXZPtr::CGridPlaneXZPtr | ( | const mrpt::utils::CObjectPtr & | p ) | [inline, explicit] |
Definition at line 41 of file CGridPlaneXZ.h.
| CGridPlaneXZ& mrpt::opengl::CGridPlaneXZPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 41 of file CGridPlaneXZ.h.
| const CGridPlaneXZ& mrpt::opengl::CGridPlaneXZPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 41 of file CGridPlaneXZ.h.
| const CGridPlaneXZ* mrpt::opengl::CGridPlaneXZPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 41 of file CGridPlaneXZ.h.
| CGridPlaneXZ* mrpt::opengl::CGridPlaneXZPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 41 of file CGridPlaneXZ.h.
| const CGridPlaneXZ* mrpt::opengl::CGridPlaneXZPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 41 of file CGridPlaneXZ.h.
| CGridPlaneXZ* mrpt::opengl::CGridPlaneXZPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 41 of file CGridPlaneXZ.h.
| void mrpt::opengl::CGridPlaneXZPtr::setFromPointerDoNotFreeAtDtor | ( | const CGridPlaneXZ * | p ) | [inline] |
Definition at line 41 of file CGridPlaneXZ.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |