The smart pointer type for the associated class
Definition at line 41 of file CGridPlaneXY.h.
#include <mrpt/opengl/CGridPlaneXY.h>
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 |
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.
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.
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.
void mrpt::opengl::CGridPlaneXYPtr::setFromPointerDoNotFreeAtDtor | ( | const CGridPlaneXY * | p | ) | [inline] |
Definition at line 41 of file CGridPlaneXY.h.
Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |