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

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