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

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