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

Public Member Functions | |
| CSpherePtr () | |
| CSpherePtr (CSphere *p) | |
| CSpherePtr (const CRenderizableDisplayListPtr &p) | |
| CSpherePtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CSphere *p) |
| CSphere * | pointer () |
| const CSphere * | pointer () const |
| CSphere * | operator-> (void) |
| const CSphere * | operator-> (void) const |
| CSphere & | operator* (void) |
| const CSphere & | operator* (void) const |
| mrpt::opengl::CSpherePtr::CSpherePtr | ( | CSphere * | p ) | [inline, explicit] |
| mrpt::opengl::CSpherePtr::CSpherePtr | ( | const CRenderizableDisplayListPtr & | p ) | [inline, explicit] |
| mrpt::opengl::CSpherePtr::CSpherePtr | ( | const mrpt::utils::CObjectPtr & | p ) | [inline, explicit] |
| CSphere& mrpt::opengl::CSpherePtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
| const CSphere& mrpt::opengl::CSpherePtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
| const CSphere* mrpt::opengl::CSpherePtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
| CSphere* mrpt::opengl::CSpherePtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
| const CSphere* mrpt::opengl::CSpherePtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
| CSphere* mrpt::opengl::CSpherePtr::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 |