The smart pointer type for the associated class
Definition at line 38 of file CPoint3D.h.
#include <mrpt/poses/CPoint3D.h>
Public Member Functions | |
CPoint3DPtr () | |
CPoint3DPtr (CPoint3D *p) | |
CPoint3DPtr (const CSerializablePtr &p) | |
CPoint3DPtr (const mrpt::utils::CObjectPtr &p) | |
void | setFromPointerDoNotFreeAtDtor (const CPoint3D *p) |
CPoint3D * | pointer () |
const CPoint3D * | pointer () const |
CPoint3D * | operator-> (void) |
const CPoint3D * | operator-> (void) const |
CPoint3D & | operator* (void) |
const CPoint3D & | operator* (void) const |
mrpt::poses::CPoint3DPtr::CPoint3DPtr | ( | ) | [inline] |
Definition at line 38 of file CPoint3D.h.
mrpt::poses::CPoint3DPtr::CPoint3DPtr | ( | CPoint3D * | p | ) | [inline, explicit] |
Definition at line 38 of file CPoint3D.h.
mrpt::poses::CPoint3DPtr::CPoint3DPtr | ( | const CSerializablePtr & | p | ) | [inline, explicit] |
Definition at line 38 of file CPoint3D.h.
mrpt::poses::CPoint3DPtr::CPoint3DPtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 38 of file CPoint3D.h.
CPoint3D& mrpt::poses::CPoint3DPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 38 of file CPoint3D.h.
const CPoint3D& mrpt::poses::CPoint3DPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 38 of file CPoint3D.h.
const CPoint3D* mrpt::poses::CPoint3DPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 38 of file CPoint3D.h.
CPoint3D* mrpt::poses::CPoint3DPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 38 of file CPoint3D.h.
const CPoint3D* mrpt::poses::CPoint3DPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 38 of file CPoint3D.h.
CPoint3D* mrpt::poses::CPoint3DPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 38 of file CPoint3D.h.
void mrpt::poses::CPoint3DPtr::setFromPointerDoNotFreeAtDtor | ( | const CPoint3D * | p | ) | [inline] |
Definition at line 38 of file CPoint3D.h.
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |