The smart pointer type for the associated class
Definition at line 44 of file CSimplePointsMap.h.
#include <mrpt/slam/CSimplePointsMap.h>
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 |
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.
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.
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.
void mrpt::slam::CSimplePointsMapPtr::setFromPointerDoNotFreeAtDtor | ( | const CSimplePointsMap * | p ) | [inline] |
Definition at line 44 of file CSimplePointsMap.h.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011 |