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

Public Types | |
| typedef CPose3DPDFSOG | value_type |
Public Member Functions | |
| CPose3DPDFSOGPtr () | |
| CPose3DPDFSOGPtr (CPose3DPDFSOG *p) | |
| CPose3DPDFSOGPtr (const CPose3DPDFPtr &p) | |
| CPose3DPDFSOGPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CPose3DPDFSOG *p) |
| CPose3DPDFSOG * | pointer () |
| const CPose3DPDFSOG * | pointer () const |
| CPose3DPDFSOG * | operator-> (void) |
| const CPose3DPDFSOG * | operator-> (void) const |
| CPose3DPDFSOG & | operator* (void) |
| const CPose3DPDFSOG & | operator* (void) const |
| void | setFromPointerDoNotFreeAtDtor (const CPose3DPDF *p) |
| void | setFromPointerDoNotFreeAtDtor (const CSerializable *p) |
Reimplemented from mrpt::poses::CPose3DPDFPtr.
Definition at line 40 of file CPose3DPDFSOG.h.
| mrpt::poses::CPose3DPDFSOGPtr::CPose3DPDFSOGPtr | ( | ) | [inline] |
Definition at line 40 of file CPose3DPDFSOG.h.
| mrpt::poses::CPose3DPDFSOGPtr::CPose3DPDFSOGPtr | ( | CPose3DPDFSOG * | p | ) | [inline, explicit] |
Definition at line 40 of file CPose3DPDFSOG.h.
| mrpt::poses::CPose3DPDFSOGPtr::CPose3DPDFSOGPtr | ( | const CPose3DPDFPtr & | p | ) | [inline, explicit] |
Definition at line 40 of file CPose3DPDFSOG.h.
| mrpt::poses::CPose3DPDFSOGPtr::CPose3DPDFSOGPtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 40 of file CPose3DPDFSOG.h.
| CPose3DPDFSOG& mrpt::poses::CPose3DPDFSOGPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::poses::CPose3DPDFPtr.
Definition at line 40 of file CPose3DPDFSOG.h.
| const CPose3DPDFSOG& mrpt::poses::CPose3DPDFSOGPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::poses::CPose3DPDFPtr.
Definition at line 40 of file CPose3DPDFSOG.h.
| const CPose3DPDFSOG* mrpt::poses::CPose3DPDFSOGPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::poses::CPose3DPDFPtr.
Definition at line 40 of file CPose3DPDFSOG.h.
| CPose3DPDFSOG* mrpt::poses::CPose3DPDFSOGPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::poses::CPose3DPDFPtr.
Definition at line 40 of file CPose3DPDFSOG.h.
| CPose3DPDFSOG* mrpt::poses::CPose3DPDFSOGPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::poses::CPose3DPDFPtr.
Definition at line 40 of file CPose3DPDFSOG.h.
| const CPose3DPDFSOG* mrpt::poses::CPose3DPDFSOGPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::poses::CPose3DPDFPtr.
Definition at line 40 of file CPose3DPDFSOG.h.
| void mrpt::poses::CPose3DPDFSOGPtr::setFromPointerDoNotFreeAtDtor | ( | const CPose3DPDFSOG * | p | ) | [inline] |
Definition at line 40 of file CPose3DPDFSOG.h.
| void mrpt::poses::CPose3DPDFPtr::setFromPointerDoNotFreeAtDtor | ( | const CPose3DPDF * | p | ) | [inline, inherited] |
Definition at line 44 of file CPose3DPDF.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 |