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

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