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

Public Types | |
| typedef CPointPDF | value_type |
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 |
| void | setFromPointerDoNotFreeAtDtor (const CSerializable *p) |
Reimplemented in mrpt::poses::CPointPDFParticlesPtr, mrpt::poses::CPointPDFGaussianPtr, and mrpt::poses::CPointPDFSOGPtr.
Definition at line 44 of file CPointPDF.h.
| 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::CPointPDFParticlesPtr, mrpt::poses::CPointPDFGaussianPtr, 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::CPointPDFParticlesPtr, mrpt::poses::CPointPDFGaussianPtr, 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::CPointPDFParticlesPtr, mrpt::poses::CPointPDFGaussianPtr, 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::CPointPDFParticlesPtr, mrpt::poses::CPointPDFGaussianPtr, 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::CPointPDFParticlesPtr, mrpt::poses::CPointPDFGaussianPtr, 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::CPointPDFParticlesPtr, mrpt::poses::CPointPDFGaussianPtr, 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.
| 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 |