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

Public Types | |
| typedef CColouredPointsMap | value_type |
Public Member Functions | |
| CColouredPointsMapPtr () | |
| CColouredPointsMapPtr (CColouredPointsMap *p) | |
| CColouredPointsMapPtr (const CPointsMapPtr &p) | |
| CColouredPointsMapPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CColouredPointsMap *p) |
| CColouredPointsMap * | pointer () |
| const CColouredPointsMap * | pointer () const |
| CColouredPointsMap * | operator-> (void) |
| const CColouredPointsMap * | operator-> (void) const |
| CColouredPointsMap & | operator* (void) |
| const CColouredPointsMap & | 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 47 of file CColouredPointsMap.h.
| mrpt::slam::CColouredPointsMapPtr::CColouredPointsMapPtr | ( | ) | [inline] |
Definition at line 47 of file CColouredPointsMap.h.
| mrpt::slam::CColouredPointsMapPtr::CColouredPointsMapPtr | ( | CColouredPointsMap * | p | ) | [inline, explicit] |
Definition at line 47 of file CColouredPointsMap.h.
| mrpt::slam::CColouredPointsMapPtr::CColouredPointsMapPtr | ( | const CPointsMapPtr & | p | ) | [inline, explicit] |
Definition at line 47 of file CColouredPointsMap.h.
| mrpt::slam::CColouredPointsMapPtr::CColouredPointsMapPtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 47 of file CColouredPointsMap.h.
| CColouredPointsMap& mrpt::slam::CColouredPointsMapPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::slam::CPointsMapPtr.
Definition at line 47 of file CColouredPointsMap.h.
| const CColouredPointsMap& mrpt::slam::CColouredPointsMapPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::slam::CPointsMapPtr.
Definition at line 47 of file CColouredPointsMap.h.
| const CColouredPointsMap* mrpt::slam::CColouredPointsMapPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::slam::CPointsMapPtr.
Definition at line 47 of file CColouredPointsMap.h.
| CColouredPointsMap* mrpt::slam::CColouredPointsMapPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::slam::CPointsMapPtr.
Definition at line 47 of file CColouredPointsMap.h.
| CColouredPointsMap* mrpt::slam::CColouredPointsMapPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::slam::CPointsMapPtr.
Definition at line 47 of file CColouredPointsMap.h.
| const CColouredPointsMap* mrpt::slam::CColouredPointsMapPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::slam::CPointsMapPtr.
Definition at line 47 of file CColouredPointsMap.h.
| void mrpt::utils::CSerializablePtr::setFromPointerDoNotFreeAtDtor | ( | const CSerializable * | p | ) | [inline, inherited] |
Definition at line 45 of file CSerializable.h.
| void mrpt::slam::CColouredPointsMapPtr::setFromPointerDoNotFreeAtDtor | ( | const CColouredPointsMap * | p | ) | [inline] |
Definition at line 47 of file CColouredPointsMap.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 |