This class is a "CSerializable" wrapper for "CMatrixBool".
Definition at line 45 of file CMatrixB.h.
#include <mrpt/math/CMatrixB.h>

Public Member Functions | |
| CMatrixB (size_t row=1, size_t col=1) | |
| Constructor. | |
| CMatrixB (const CMatrixBool &m) | |
| Copy constructor. | |
| CMatrixB & | operator= (const CMatrixBool &m) |
| Assignment operator for float matrixes. | |
RTTI stuff | |
| typedef CMatrixBPtr | SmartPtr |
| static mrpt::utils::CLASSINIT | _init_CMatrixB |
| static mrpt::utils::TRuntimeClassId | classCMatrixB |
| static const mrpt::utils::TRuntimeClassId * | classinfo |
| static const mrpt::utils::TRuntimeClassId * | _GetBaseClass () |
| virtual const mrpt::utils::TRuntimeClassId * | GetRuntimeClass () const |
| Returns information about the class of an object in runtime. | |
| virtual mrpt::utils::CObject * | duplicate () const |
| Returns a copy of the object, indepently of its class. | |
| static mrpt::utils::CObject * | CreateObject () |
| static CMatrixBPtr | Create () |
A typedef for the associated smart pointer
Definition at line 48 of file CMatrixB.h.
| mrpt::math::CMatrixB::CMatrixB | ( | size_t | row = 1, |
| size_t | col = 1 |
||
| ) | [inline] |
Constructor.
Definition at line 52 of file CMatrixB.h.
| mrpt::math::CMatrixB::CMatrixB | ( | const CMatrixBool & | m ) | [inline] |
Copy constructor.
Definition at line 58 of file CMatrixB.h.
| static const mrpt::utils::TRuntimeClassId* mrpt::math::CMatrixB::_GetBaseClass | ( | ) | [static, protected] |
Reimplemented from mrpt::utils::CSerializable.
| static CMatrixBPtr mrpt::math::CMatrixB::Create | ( | ) | [static] |
| static mrpt::utils::CObject* mrpt::math::CMatrixB::CreateObject | ( | ) | [static] |
| virtual mrpt::utils::CObject* mrpt::math::CMatrixB::duplicate | ( | ) | const [virtual] |
Returns a copy of the object, indepently of its class.
Implements mrpt::utils::CObject.
| virtual const mrpt::utils::TRuntimeClassId* mrpt::math::CMatrixB::GetRuntimeClass | ( | ) | const [virtual] |
Returns information about the class of an object in runtime.
Reimplemented from mrpt::utils::CSerializable.
| CMatrixB& mrpt::math::CMatrixB::operator= | ( | const CMatrixBool & | m ) | [inline] |
Assignment operator for float matrixes.
Definition at line 64 of file CMatrixB.h.
References mrpt::math::CMatrixTemplate< bool >::operator=().
mrpt::utils::CLASSINIT mrpt::math::CMatrixB::_init_CMatrixB [static, protected] |
Definition at line 48 of file CMatrixB.h.
Definition at line 48 of file CMatrixB.h.
const mrpt::utils::TRuntimeClassId* mrpt::math::CMatrixB::classinfo [static] |
Definition at line 48 of file CMatrixB.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |