The smart pointer type for the associated class
Definition at line 62 of file CLocalMetricHypothesis.h.
#include <mrpt/hmtslam/CLocalMetricHypothesis.h>

Public Member Functions | |
| CLocalMetricHypothesisPtr () | |
| CLocalMetricHypothesisPtr (CLocalMetricHypothesis *p) | |
| CLocalMetricHypothesisPtr (const mrpt::utils::CSerializablePtr &p) | |
| CLocalMetricHypothesisPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CLocalMetricHypothesis *p) |
| CLocalMetricHypothesis * | pointer () |
| const CLocalMetricHypothesis * | pointer () const |
| CLocalMetricHypothesis * | operator-> (void) |
| const CLocalMetricHypothesis * | operator-> (void) const |
| CLocalMetricHypothesis & | operator* (void) |
| const CLocalMetricHypothesis & | operator* (void) const |
| mrpt::hmtslam::CLocalMetricHypothesisPtr::CLocalMetricHypothesisPtr | ( | ) | [inline] |
Definition at line 62 of file CLocalMetricHypothesis.h.
| mrpt::hmtslam::CLocalMetricHypothesisPtr::CLocalMetricHypothesisPtr | ( | CLocalMetricHypothesis * | p ) | [inline, explicit] |
Definition at line 62 of file CLocalMetricHypothesis.h.
| mrpt::hmtslam::CLocalMetricHypothesisPtr::CLocalMetricHypothesisPtr | ( | const mrpt::utils::CSerializablePtr & | p ) | [inline, explicit] |
Definition at line 62 of file CLocalMetricHypothesis.h.
| mrpt::hmtslam::CLocalMetricHypothesisPtr::CLocalMetricHypothesisPtr | ( | const mrpt::utils::CObjectPtr & | p ) | [inline, explicit] |
Definition at line 62 of file CLocalMetricHypothesis.h.
| CLocalMetricHypothesis& mrpt::hmtslam::CLocalMetricHypothesisPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 62 of file CLocalMetricHypothesis.h.
| const CLocalMetricHypothesis& mrpt::hmtslam::CLocalMetricHypothesisPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 62 of file CLocalMetricHypothesis.h.
| const CLocalMetricHypothesis* mrpt::hmtslam::CLocalMetricHypothesisPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 62 of file CLocalMetricHypothesis.h.
| CLocalMetricHypothesis* mrpt::hmtslam::CLocalMetricHypothesisPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 62 of file CLocalMetricHypothesis.h.
| const CLocalMetricHypothesis* mrpt::hmtslam::CLocalMetricHypothesisPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 62 of file CLocalMetricHypothesis.h.
| CLocalMetricHypothesis* mrpt::hmtslam::CLocalMetricHypothesisPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 62 of file CLocalMetricHypothesis.h.
| void mrpt::hmtslam::CLocalMetricHypothesisPtr::setFromPointerDoNotFreeAtDtor | ( | const CLocalMetricHypothesis * | p ) | [inline] |
Definition at line 62 of file CLocalMetricHypothesis.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |