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

Public Types | |
| typedef CPose3DQuat | value_type |
Public Member Functions | |
| CPose3DQuatPtr () | |
| CPose3DQuatPtr (CPose3DQuat *p) | |
| CPose3DQuatPtr (const CSerializablePtr &p) | |
| CPose3DQuatPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CPose3DQuat *p) |
| CPose3DQuat * | pointer () |
| const CPose3DQuat * | pointer () const |
| CPose3DQuat * | operator-> (void) |
| const CPose3DQuat * | operator-> (void) const |
| CPose3DQuat & | operator* (void) |
| const CPose3DQuat & | operator* (void) const |
| void | setFromPointerDoNotFreeAtDtor (const CSerializable *p) |
Definition at line 45 of file CPose3DQuat.h.
| mrpt::poses::CPose3DQuatPtr::CPose3DQuatPtr | ( | ) | [inline] |
Definition at line 45 of file CPose3DQuat.h.
| mrpt::poses::CPose3DQuatPtr::CPose3DQuatPtr | ( | CPose3DQuat * | p | ) | [inline, explicit] |
Definition at line 45 of file CPose3DQuat.h.
| mrpt::poses::CPose3DQuatPtr::CPose3DQuatPtr | ( | const CSerializablePtr & | p | ) | [inline, explicit] |
Definition at line 45 of file CPose3DQuat.h.
| mrpt::poses::CPose3DQuatPtr::CPose3DQuatPtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 45 of file CPose3DQuat.h.
| CPose3DQuat& mrpt::poses::CPose3DQuatPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 45 of file CPose3DQuat.h.
| const CPose3DQuat& mrpt::poses::CPose3DQuatPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 45 of file CPose3DQuat.h.
| const CPose3DQuat* mrpt::poses::CPose3DQuatPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 45 of file CPose3DQuat.h.
| CPose3DQuat* mrpt::poses::CPose3DQuatPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 45 of file CPose3DQuat.h.
| CPose3DQuat* mrpt::poses::CPose3DQuatPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 45 of file CPose3DQuat.h.
| const CPose3DQuat* mrpt::poses::CPose3DQuatPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 45 of file CPose3DQuat.h.
| void mrpt::poses::CPose3DQuatPtr::setFromPointerDoNotFreeAtDtor | ( | const CPose3DQuat * | p | ) | [inline] |
Definition at line 45 of file CPose3DQuat.h.
| void mrpt::utils::CSerializablePtr::setFromPointerDoNotFreeAtDtor | ( | const CSerializable * | p | ) | [inline, inherited] |
Definition at line 45 of file CSerializable.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |