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

Public Types | |
| typedef CPointCloud | value_type |
Public Member Functions | |
| CPointCloudPtr () | |
| CPointCloudPtr (CPointCloud *p) | |
| CPointCloudPtr (const CRenderizablePtr &p) | |
| CPointCloudPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CPointCloud *p) |
| CPointCloud * | pointer () |
| const CPointCloud * | pointer () const |
| CPointCloud * | operator-> (void) |
| const CPointCloud * | operator-> (void) const |
| CPointCloud & | operator* (void) |
| const CPointCloud & | operator* (void) const |
| void | setFromPointerDoNotFreeAtDtor (const CRenderizable *p) |
| void | setFromPointerDoNotFreeAtDtor (const CSerializable *p) |
Reimplemented from mrpt::opengl::CRenderizablePtr.
Definition at line 43 of file CPointCloud.h.
| mrpt::opengl::CPointCloudPtr::CPointCloudPtr | ( | ) | [inline] |
Definition at line 43 of file CPointCloud.h.
| mrpt::opengl::CPointCloudPtr::CPointCloudPtr | ( | CPointCloud * | p | ) | [inline, explicit] |
Definition at line 43 of file CPointCloud.h.
| mrpt::opengl::CPointCloudPtr::CPointCloudPtr | ( | const CRenderizablePtr & | p | ) | [inline, explicit] |
Definition at line 43 of file CPointCloud.h.
| mrpt::opengl::CPointCloudPtr::CPointCloudPtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 43 of file CPointCloud.h.
| CPointCloud& mrpt::opengl::CPointCloudPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::opengl::CRenderizablePtr.
Definition at line 43 of file CPointCloud.h.
| const CPointCloud& mrpt::opengl::CPointCloudPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::opengl::CRenderizablePtr.
Definition at line 43 of file CPointCloud.h.
| const CPointCloud* mrpt::opengl::CPointCloudPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::opengl::CRenderizablePtr.
Definition at line 43 of file CPointCloud.h.
| CPointCloud* mrpt::opengl::CPointCloudPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::opengl::CRenderizablePtr.
Definition at line 43 of file CPointCloud.h.
| CPointCloud* mrpt::opengl::CPointCloudPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::opengl::CRenderizablePtr.
Definition at line 43 of file CPointCloud.h.
| const CPointCloud* mrpt::opengl::CPointCloudPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::opengl::CRenderizablePtr.
Definition at line 43 of file CPointCloud.h.
| void mrpt::opengl::CPointCloudPtr::setFromPointerDoNotFreeAtDtor | ( | const CPointCloud * | p | ) | [inline] |
Definition at line 43 of file CPointCloud.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 |