The smart pointer type for the associated class
Definition at line 39 of file CPoint2DPDFGaussian.h.
#include <mrpt/poses/CPoint2DPDFGaussian.h>

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 |
| 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.
| 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.
| 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.
| void mrpt::poses::CPoint2DPDFGaussianPtr::setFromPointerDoNotFreeAtDtor | ( | const CPoint2DPDFGaussian * | p ) | [inline] |
Definition at line 39 of file CPoint2DPDFGaussian.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |