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. 
 
CMatrixDynamic & operator=(const CMatrixDynamic< T > &m)=default
 
CMatrixB(const CMatrixBool &m)
Copy constructor. 
 
The virtual base class which provides a unified interface for all persistent objects in MRPT...
 
This class is a "CSerializable" wrapper for "CMatrixBool". 
 
#define DEFINE_SERIALIZABLE(class_name, NS)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
 
This template class provides the basic functionality for a general 2D any-size, resizable container o...