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

Public Types | |
| typedef CSimplePointsMap | value_type |
Public Member Functions | |
| CSimplePointsMapPtr () | |
| CSimplePointsMapPtr (CSimplePointsMap *p) | |
| CSimplePointsMapPtr (const CPointsMapPtr &p) | |
| CSimplePointsMapPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CSimplePointsMap *p) |
| CSimplePointsMap * | pointer () |
| const CSimplePointsMap * | pointer () const |
| CSimplePointsMap * | operator-> (void) |
| const CSimplePointsMap * | operator-> (void) const |
| CSimplePointsMap & | operator* (void) |
| const CSimplePointsMap & | operator* (void) const |
| void | setFromPointerDoNotFreeAtDtor (const CPointsMap *p) |
| void | setFromPointerDoNotFreeAtDtor (const CMetricMap *p) |
| void | setFromPointerDoNotFreeAtDtor (const CSerializable *p) |
Reimplemented from mrpt::slam::CPointsMapPtr.
Definition at line 44 of file CSimplePointsMap.h.
| mrpt::slam::CSimplePointsMapPtr::CSimplePointsMapPtr | ( | ) | [inline] |
Definition at line 44 of file CSimplePointsMap.h.
| mrpt::slam::CSimplePointsMapPtr::CSimplePointsMapPtr | ( | CSimplePointsMap * | p | ) | [inline, explicit] |
Definition at line 44 of file CSimplePointsMap.h.
| mrpt::slam::CSimplePointsMapPtr::CSimplePointsMapPtr | ( | const CPointsMapPtr & | p | ) | [inline, explicit] |
Definition at line 44 of file CSimplePointsMap.h.
| mrpt::slam::CSimplePointsMapPtr::CSimplePointsMapPtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 44 of file CSimplePointsMap.h.
| CSimplePointsMap& mrpt::slam::CSimplePointsMapPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::slam::CPointsMapPtr.
Definition at line 44 of file CSimplePointsMap.h.
| const CSimplePointsMap& mrpt::slam::CSimplePointsMapPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::slam::CPointsMapPtr.
Definition at line 44 of file CSimplePointsMap.h.
| const CSimplePointsMap* mrpt::slam::CSimplePointsMapPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::slam::CPointsMapPtr.
Definition at line 44 of file CSimplePointsMap.h.
| CSimplePointsMap* mrpt::slam::CSimplePointsMapPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::slam::CPointsMapPtr.
Definition at line 44 of file CSimplePointsMap.h.
| CSimplePointsMap* mrpt::slam::CSimplePointsMapPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::slam::CPointsMapPtr.
Definition at line 44 of file CSimplePointsMap.h.
| const CSimplePointsMap* mrpt::slam::CSimplePointsMapPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::slam::CPointsMapPtr.
Definition at line 44 of file CSimplePointsMap.h.
| void mrpt::slam::CSimplePointsMapPtr::setFromPointerDoNotFreeAtDtor | ( | const CSimplePointsMap * | p | ) | [inline] |
Definition at line 44 of file CSimplePointsMap.h.
| void mrpt::utils::CSerializablePtr::setFromPointerDoNotFreeAtDtor | ( | const CSerializable * | p | ) | [inline, inherited] |
Definition at line 45 of file CSerializable.h.
| void mrpt::slam::CPointsMapPtr::setFromPointerDoNotFreeAtDtor | ( | const CPointsMap * | p | ) | [inline, inherited] |
Definition at line 57 of file CPointsMap.h.
| void mrpt::slam::CMetricMapPtr::setFromPointerDoNotFreeAtDtor | ( | const CMetricMap * | p | ) | [inline, inherited] |
Definition at line 57 of file CMetricMap.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |