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

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