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

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