The smart pointer type for the associated class
Definition at line 44 of file CMatrixD.h.
#include <mrpt/math/CMatrixD.h>

Public Types | |
| typedef CMatrixD | value_type |
| typedef CObject & | reference |
| typedef const CObject & | const_reference |
| typedef clone_copy< CObject > | value_copy |
Public Member Functions | |
| CMatrixDPtr () | |
| CMatrixDPtr (CMatrixD *p) | |
| CMatrixDPtr (const mrpt::utils::CSerializablePtr &p) | |
| CMatrixDPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CMatrixD *p) |
| CMatrixD * | pointer () |
| const CMatrixD * | pointer () const |
| CMatrixD * | operator-> (void) |
| const CMatrixD * | operator-> (void) const |
| CMatrixD & | operator* (void) |
| const CMatrixD & | operator* (void) const |
| void | setFromPointerDoNotFreeAtDtor (const CSerializable *p) |
| operator bool (void) const | |
| bool | operator! (void) const |
| bool | present (void) const |
| bool | null (void) const |
| void | set_value (const CObject &data) throw (illegal_copy) |
| CObject & | value (void) throw (null_dereference) |
| const CObject & | value (void) const throw (null_dereference) |
| void | set (CObject *data=0) |
| void | alias (const smart_ptr_base< CObject, clone_copy< CObject >, mrpt::synch::CAtomicCounter > &) |
| bool | aliases (const smart_ptr_base< CObject, clone_copy< CObject >, mrpt::synch::CAtomicCounter > &) const |
| unsigned | alias_count (void) const |
| void | clear (void) |
| void | clear_unique (void) |
| void | make_unique (void) throw (illegal_copy) |
| void | copy (const smart_ptr_base< CObject, clone_copy< CObject >, mrpt::synch::CAtomicCounter > &) throw (illegal_copy) |
| void * | handle (void) const |
| void | make_alias (void *handle) |
Protected Attributes | |
| smart_ptr_holder< CObject, mrpt::synch::CAtomicCounter > * | m_holder |
|
inherited |
Definition at line 112 of file CColouredPointsMap.h.
|
inherited |
Definition at line 111 of file CColouredPointsMap.h.
|
inherited |
Definition at line 113 of file CColouredPointsMap.h.
Definition at line 44 of file CMatrixD.h.
|
inline |
Definition at line 44 of file CMatrixD.h.
|
inlineexplicit |
Definition at line 44 of file CMatrixD.h.
|
inlineexplicit |
Definition at line 44 of file CMatrixD.h.
|
inlineexplicit |
Definition at line 44 of file CMatrixD.h.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
Definition at line 44 of file CMatrixD.h.
|
inline |
Definition at line 44 of file CMatrixD.h.
|
inline |
Definition at line 44 of file CMatrixD.h.
|
inline |
Definition at line 44 of file CMatrixD.h.
|
inline |
Return the internal plain C++ pointer (const)
Definition at line 44 of file CMatrixD.h.
|
inline |
Return the internal plain C++ pointer
Definition at line 44 of file CMatrixD.h.
|
inherited |
|
inherited |
|
inherited |
|
inline |
Definition at line 44 of file CMatrixD.h.
|
inlineinherited |
Definition at line 45 of file CSerializable.h.
|
inherited |
|
inherited |
|
protectedinherited |
Definition at line 215 of file CColouredPointsMap.h.
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |