The smart pointer type for the associated class
Definition at line 43 of file CPointCloudColoured.h.
#include <mrpt/opengl/CPointCloudColoured.h>
Public Member Functions | |
CPointCloudColouredPtr () | |
CPointCloudColouredPtr (CPointCloudColoured *p) | |
CPointCloudColouredPtr (const CRenderizablePtr &p) | |
CPointCloudColouredPtr (const mrpt::utils::CObjectPtr &p) | |
void | setFromPointerDoNotFreeAtDtor (const CPointCloudColoured *p) |
CPointCloudColoured * | pointer () |
const CPointCloudColoured * | pointer () const |
CPointCloudColoured * | operator-> (void) |
const CPointCloudColoured * | operator-> (void) const |
CPointCloudColoured & | operator* (void) |
const CPointCloudColoured & | operator* (void) const |
mrpt::opengl::CPointCloudColouredPtr::CPointCloudColouredPtr | ( | ) | [inline] |
Definition at line 43 of file CPointCloudColoured.h.
mrpt::opengl::CPointCloudColouredPtr::CPointCloudColouredPtr | ( | CPointCloudColoured * | p ) | [inline, explicit] |
Definition at line 43 of file CPointCloudColoured.h.
mrpt::opengl::CPointCloudColouredPtr::CPointCloudColouredPtr | ( | const CRenderizablePtr & | p ) | [inline, explicit] |
Definition at line 43 of file CPointCloudColoured.h.
mrpt::opengl::CPointCloudColouredPtr::CPointCloudColouredPtr | ( | const mrpt::utils::CObjectPtr & | p ) | [inline, explicit] |
Definition at line 43 of file CPointCloudColoured.h.
CPointCloudColoured& mrpt::opengl::CPointCloudColouredPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::opengl::CRenderizablePtr.
Definition at line 43 of file CPointCloudColoured.h.
const CPointCloudColoured& mrpt::opengl::CPointCloudColouredPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::opengl::CRenderizablePtr.
Definition at line 43 of file CPointCloudColoured.h.
const CPointCloudColoured* mrpt::opengl::CPointCloudColouredPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::opengl::CRenderizablePtr.
Definition at line 43 of file CPointCloudColoured.h.
CPointCloudColoured* mrpt::opengl::CPointCloudColouredPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::opengl::CRenderizablePtr.
Definition at line 43 of file CPointCloudColoured.h.
const CPointCloudColoured* mrpt::opengl::CPointCloudColouredPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::opengl::CRenderizablePtr.
Definition at line 43 of file CPointCloudColoured.h.
CPointCloudColoured* mrpt::opengl::CPointCloudColouredPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::opengl::CRenderizablePtr.
Definition at line 43 of file CPointCloudColoured.h.
void mrpt::opengl::CPointCloudColouredPtr::setFromPointerDoNotFreeAtDtor | ( | const CPointCloudColoured * | p ) | [inline] |
Definition at line 43 of file CPointCloudColoured.h.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011 |