This class is a "CSerializable" wrapper for "CMatrixBool". More...
#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 (const CMatrixTemplateNumeric< bool > &m) | |
| Copy constructor. | |
| CMatrixB & | operator= (const CMatrixBool &m) |
| Assignment operator for float matrixes. | |
This class is a "CSerializable" wrapper for "CMatrixBool".
Definition at line 45 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.
| mrpt::math::CMatrixB::CMatrixB | ( | const CMatrixTemplateNumeric< bool > & | m | ) | [inline] |
Copy constructor.
Definition at line 64 of file CMatrixB.h.
| CMatrixB& mrpt::math::CMatrixB::operator= | ( | const CMatrixBool & | m | ) | [inline] |
Assignment operator for float matrixes.
Definition at line 71 of file CMatrixB.h.
References mrpt::math::CMatrixTemplate< bool >::operator=().
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |