This class is a "CSerializable" wrapper for "CMatrixFloat".
#include <mrpt/math/CMatrix.h>

Public Types | |
| typedef CMatrixPtr | SmartPtr |
| typedef Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic, Eigen::AutoAlign|Eigen::RowMajor > | Base |
| typedef CMatrixTemplateNumeric< T > | mrpt_autotype |
Public Member Functions | |
| virtual BASE_IMPEXP const mrpt::utils::TRuntimeClassId * | GetRuntimeClass () const |
| Returns information about the class of an object in runtime. | |
| virtual BASE_IMPEXP mrpt::utils::CObject * | duplicate () const |
| Returns a copy of the object, indepently of its class. | |
| CMatrix () | |
| Constructor. | |
| CMatrix (size_t row, size_t col) | |
| Constructor. | |
| CMatrix (const CMatrixFloat &m) | |
| Copy constructor. | |
| CMatrix (const CMatrixTemplateNumeric< double > &m) | |
| Copy constructor. | |
| CMatrix (const TPose2D &p) | |
Constructor from a TPose2D, which generates a 3x1 matrix . | |
| CMatrix (const TPose3D &p) | |
Constructor from a mrpt::poses::CPose6D, which generates a 6x1 matrix . | |
| CMatrix (const TPoint2D &p) | |
Constructor from a TPoint2D, which generates a 2x1 matrix . | |
| CMatrix (const TPoint3D &p) | |
Constructor from a TPoint3D, which generates a 3x1 matrix . | |
| template<class OTHERMAT > | |
| CMatrix & | operator= (const OTHERMAT &m) |
| Assignment operator for float matrixes. | |
| template<typename OtherDerived > | |
| CMatrix & | operator= (const Eigen::MatrixBase< OtherDerived > &other) |
| template<typename OtherDerived > | |
| CMatrix (const Eigen::MatrixBase< OtherDerived > &other) | |
| mrpt::utils::CObjectPtr | duplicateGetSmartPtr () const |
| Returns a copy of the object, indepently of its class, as a smart pointer (the newly created object will exist as long as any copy of this smart pointer). | |
| CObject * | clone () const |
| Cloning interface for smart pointers. | |
Static Public Member Functions | |
| static BASE_IMPEXP mrpt::utils::CObject * | CreateObject () |
| static BASE_IMPEXP CMatrixPtr | Create () |
Static Public Attributes | |
| static BASE_IMPEXP mrpt::utils::TRuntimeClassId | classCMatrix |
| static BASE_IMPEXP const mrpt::utils::TRuntimeClassId * | classinfo |
| static const mrpt::utils::TRuntimeClassId | classCObject |
RTTI stuff | |
| static const mrpt::utils::TRuntimeClassId | classCSerializable |
Protected Member Functions | |
CSerializable virtual methods | |
| BASE_IMPEXP void | writeToStream (mrpt::utils::CStream &out, int *getVersion) const |
| Introduces a pure virtual method responsible for writing to a CStream. | |
| BASE_IMPEXP void | readFromStream (mrpt::utils::CStream &in, int version) |
| Introduces a pure virtual method responsible for loading from a CStream This can not be used directly be users, instead use "stream >> object;" for reading it from a stream or "stream >> object_ptr;" if the class is unknown apriori. | |
Static Protected Member Functions | |
| static const mrpt::utils::TRuntimeClassId * | _GetBaseClass () |
Static Protected Attributes | |
| static mrpt::utils::CLASSINIT | _init_CMatrix |
|
inherited |
Definition at line 73 of file CMatrixTemplateNumeric.h.
|
inherited |
Definition at line 74 of file CMatrixTemplateNumeric.h.
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
staticprotected |
|
inlineinherited |
|
static |
|
static |
|
virtual |
Returns a copy of the object, indepently of its class.
Implements mrpt::utils::CObject.
|
inlineinherited |
|
virtual |
Returns information about the class of an object in runtime.
Reimplemented from mrpt::utils::CSerializable.
|
inline |
|
inline |
|
protectedvirtual |
Introduces a pure virtual method responsible for loading from a CStream This can not be used directly be users, instead use "stream >> object;" for reading it from a stream or "stream >> object_ptr;" if the class is unknown apriori.
| in | The input binary stream where the object data must read from. |
| version | The version of the object stored in the stream: use this version number in your code to know how to read the incoming data. |
| std::exception | On any error, see CStream::ReadBuffer |
Implements mrpt::utils::CSerializable.
|
protectedvirtual |
Introduces a pure virtual method responsible for writing to a CStream.
This can not be used directly be users, instead use "stream << object;" for writing it to a stream.
| out | The output binary stream where object must be dumped. |
| getVersion | If NULL, the object must be dumped. If not, only the version of the object dump must be returned in this pointer. This enables the versioning of objects dumping and backward compatibility with previously stored data. |
| std::exception | On any error, see CStream::WriteBuffer |
Implements mrpt::utils::CSerializable.
|
staticprotected |
|
static |
|
staticinherited |
|
staticinherited |
Definition at line 56 of file CSerializable.h.
|
static |
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |