Declares a matrix of booleans (non serializable).
CMatrixBool & operator=(const CMatrixTemplate< bool > &m)
Assignment operator for float matrixes.
This base provides a set of functions for maths stuff.
CMatrixB & operator=(const CMatrixBool &m)
Assignment operator for float matrixes.
CMatrixB(size_t row=1, size_t col=1)
Constructor.
CMatrixB(const CMatrixBool &m)
Copy constructor.
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
GLenum GLenum GLvoid * row
The virtual base class which provides a unified interface for all persistent objects in MRPT...
This class is a "CSerializable" wrapper for "CMatrixBool".