The smart pointer type for the associated class
Definition at line 41 of file CPoint2DPDF.h.
#include <mrpt/poses/CPoint2DPDF.h>
Public Member Functions | |
CPoint2DPDFPtr () | |
CPoint2DPDFPtr (CPoint2DPDF *p) | |
CPoint2DPDFPtr (const mrpt::utils::CSerializablePtr &p) | |
CPoint2DPDFPtr (const mrpt::utils::CObjectPtr &p) | |
void | setFromPointerDoNotFreeAtDtor (const CPoint2DPDF *p) |
CPoint2DPDF * | pointer () |
const CPoint2DPDF * | pointer () const |
CPoint2DPDF * | operator-> (void) |
const CPoint2DPDF * | operator-> (void) const |
CPoint2DPDF & | operator* (void) |
const CPoint2DPDF & | operator* (void) const |
mrpt::poses::CPoint2DPDFPtr::CPoint2DPDFPtr | ( | ) | [inline] |
Definition at line 41 of file CPoint2DPDF.h.
mrpt::poses::CPoint2DPDFPtr::CPoint2DPDFPtr | ( | CPoint2DPDF * | p | ) | [inline, explicit] |
Definition at line 41 of file CPoint2DPDF.h.
mrpt::poses::CPoint2DPDFPtr::CPoint2DPDFPtr | ( | const mrpt::utils::CSerializablePtr & | p | ) | [inline, explicit] |
Definition at line 41 of file CPoint2DPDF.h.
mrpt::poses::CPoint2DPDFPtr::CPoint2DPDFPtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 41 of file CPoint2DPDF.h.
CPoint2DPDF& mrpt::poses::CPoint2DPDFPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::poses::CPoint2DPDFGaussianPtr.
Definition at line 41 of file CPoint2DPDF.h.
const CPoint2DPDF& mrpt::poses::CPoint2DPDFPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::poses::CPoint2DPDFGaussianPtr.
Definition at line 41 of file CPoint2DPDF.h.
const CPoint2DPDF* mrpt::poses::CPoint2DPDFPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::poses::CPoint2DPDFGaussianPtr.
Definition at line 41 of file CPoint2DPDF.h.
CPoint2DPDF* mrpt::poses::CPoint2DPDFPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::poses::CPoint2DPDFGaussianPtr.
Definition at line 41 of file CPoint2DPDF.h.
const CPoint2DPDF* mrpt::poses::CPoint2DPDFPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::poses::CPoint2DPDFGaussianPtr.
Definition at line 41 of file CPoint2DPDF.h.
CPoint2DPDF* mrpt::poses::CPoint2DPDFPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::poses::CPoint2DPDFGaussianPtr, and mrpt::poses::CPoint2DPDFGaussianPtr.
Definition at line 41 of file CPoint2DPDF.h.
void mrpt::poses::CPoint2DPDFPtr::setFromPointerDoNotFreeAtDtor | ( | const CPoint2DPDF * | p | ) | [inline] |
Definition at line 41 of file CPoint2DPDF.h.
Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |