The smart pointer type for the associated class
Definition at line 44 of file CMatrixD.h.
#include <mrpt/math/CMatrixD.h>
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 |
mrpt::math::CMatrixDPtr::CMatrixDPtr | ( | ) | [inline] |
Definition at line 44 of file CMatrixD.h.
mrpt::math::CMatrixDPtr::CMatrixDPtr | ( | CMatrixD * | p ) | [inline, explicit] |
Definition at line 44 of file CMatrixD.h.
mrpt::math::CMatrixDPtr::CMatrixDPtr | ( | const mrpt::utils::CSerializablePtr & | p ) | [inline, explicit] |
Definition at line 44 of file CMatrixD.h.
mrpt::math::CMatrixDPtr::CMatrixDPtr | ( | const mrpt::utils::CObjectPtr & | p ) | [inline, explicit] |
Definition at line 44 of file CMatrixD.h.
CMatrixD& mrpt::math::CMatrixDPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 44 of file CMatrixD.h.
const CMatrixD& mrpt::math::CMatrixDPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 44 of file CMatrixD.h.
const CMatrixD* mrpt::math::CMatrixDPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 44 of file CMatrixD.h.
CMatrixD* mrpt::math::CMatrixDPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 44 of file CMatrixD.h.
const CMatrixD* mrpt::math::CMatrixDPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 44 of file CMatrixD.h.
CMatrixD* mrpt::math::CMatrixDPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 44 of file CMatrixD.h.
void mrpt::math::CMatrixDPtr::setFromPointerDoNotFreeAtDtor | ( | const CMatrixD * | p ) | [inline] |
Definition at line 44 of file CMatrixD.h.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |