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

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