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

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