The smart pointer type for the associated class
Definition at line 44 of file CPointPDF.h.
#include <mrpt/poses/CPointPDF.h>
Public Member Functions | |
CPointPDFPtr () | |
CPointPDFPtr (CPointPDF *p) | |
CPointPDFPtr (const mrpt::utils::CSerializablePtr &p) | |
CPointPDFPtr (const mrpt::utils::CObjectPtr &p) | |
void | setFromPointerDoNotFreeAtDtor (const CPointPDF *p) |
CPointPDF * | pointer () |
const CPointPDF * | pointer () const |
CPointPDF * | operator-> (void) |
const CPointPDF * | operator-> (void) const |
CPointPDF & | operator* (void) |
const CPointPDF & | operator* (void) const |
mrpt::poses::CPointPDFPtr::CPointPDFPtr | ( | ) | [inline] |
Definition at line 44 of file CPointPDF.h.
mrpt::poses::CPointPDFPtr::CPointPDFPtr | ( | CPointPDF * | p | ) | [inline, explicit] |
Definition at line 44 of file CPointPDF.h.
mrpt::poses::CPointPDFPtr::CPointPDFPtr | ( | const mrpt::utils::CSerializablePtr & | p | ) | [inline, explicit] |
Definition at line 44 of file CPointPDF.h.
mrpt::poses::CPointPDFPtr::CPointPDFPtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 44 of file CPointPDF.h.
CPointPDF& mrpt::poses::CPointPDFPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::poses::CPointPDFGaussianPtr, mrpt::poses::CPointPDFParticlesPtr, and mrpt::poses::CPointPDFSOGPtr.
Definition at line 44 of file CPointPDF.h.
const CPointPDF& mrpt::poses::CPointPDFPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::poses::CPointPDFGaussianPtr, mrpt::poses::CPointPDFParticlesPtr, and mrpt::poses::CPointPDFSOGPtr.
Definition at line 44 of file CPointPDF.h.
const CPointPDF* mrpt::poses::CPointPDFPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::poses::CPointPDFGaussianPtr, mrpt::poses::CPointPDFParticlesPtr, and mrpt::poses::CPointPDFSOGPtr.
Definition at line 44 of file CPointPDF.h.
CPointPDF* mrpt::poses::CPointPDFPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::poses::CPointPDFGaussianPtr, mrpt::poses::CPointPDFParticlesPtr, and mrpt::poses::CPointPDFSOGPtr.
Definition at line 44 of file CPointPDF.h.
const CPointPDF* mrpt::poses::CPointPDFPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::poses::CPointPDFGaussianPtr, mrpt::poses::CPointPDFParticlesPtr, and mrpt::poses::CPointPDFSOGPtr.
Definition at line 44 of file CPointPDF.h.
CPointPDF* mrpt::poses::CPointPDFPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::poses::CPointPDFGaussianPtr, mrpt::poses::CPointPDFGaussianPtr, mrpt::poses::CPointPDFParticlesPtr, mrpt::poses::CPointPDFParticlesPtr, mrpt::poses::CPointPDFSOGPtr, and mrpt::poses::CPointPDFSOGPtr.
Definition at line 44 of file CPointPDF.h.
void mrpt::poses::CPointPDFPtr::setFromPointerDoNotFreeAtDtor | ( | const CPointPDF * | p | ) | [inline] |
Definition at line 44 of file CPointPDF.h.
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011 |