#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.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011 |