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

Public Member Functions | |
| CMatrixPtr () | |
| CMatrixPtr (CMatrix *p) | |
| CMatrixPtr (const mrpt::utils::CSerializablePtr &p) | |
| CMatrixPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CMatrix *p) |
| CMatrix * | pointer () |
| const CMatrix * | pointer () const |
| CMatrix * | operator-> (void) |
| const CMatrix * | operator-> (void) const |
| CMatrix & | operator* (void) |
| const CMatrix & | operator* (void) const |
| mrpt::math::CMatrixPtr::CMatrixPtr | ( | CMatrix * | p ) | [inline, explicit] |
| mrpt::math::CMatrixPtr::CMatrixPtr | ( | const mrpt::utils::CSerializablePtr & | p ) | [inline, explicit] |
| mrpt::math::CMatrixPtr::CMatrixPtr | ( | const mrpt::utils::CObjectPtr & | p ) | [inline, explicit] |
| CMatrix& mrpt::math::CMatrixPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
| const CMatrix& mrpt::math::CMatrixPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
| const CMatrix* mrpt::math::CMatrixPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
| CMatrix* mrpt::math::CMatrixPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
| const CMatrix* mrpt::math::CMatrixPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
| CMatrix* mrpt::math::CMatrixPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |