The smart pointer type for the associated class
Definition at line 49 of file CPose3DPDFParticles.h.
#include <mrpt/poses/CPose3DPDFParticles.h>

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 |
| 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.
| 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.
| 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.
| void mrpt::poses::CPose3DPDFParticlesPtr::setFromPointerDoNotFreeAtDtor | ( | const CPose3DPDFParticles * | p ) | [inline] |
Definition at line 49 of file CPose3DPDFParticles.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |