The smart pointer type for the associated class
Definition at line 45 of file CPose3DQuat.h.
#include <mrpt/poses/CPose3DQuat.h>
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 |
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.
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.
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.
void mrpt::poses::CPose3DQuatPtr::setFromPointerDoNotFreeAtDtor | ( | const CPose3DQuat * | p | ) | [inline] |
Definition at line 45 of file CPose3DQuat.h.
Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |