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

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