33 CMatrixB(
size_t row = 1,
size_t col = 1) : CMatrixBool(row,col)
39 CMatrixB(
const CMatrixBool &m ) : CMatrixBool(m)
The virtual base class which provides a unified interface for all persistent objects in MRPT...
class BASE_IMPEXP CSerializable
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_BASE(class_name, base_name)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
CMatrixB(const CMatrixBool &m)
Copy constructor.
This template class provides the basic functionality for a general 2D any-size, resizable container o...
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE(class_name, base_name)
This class is a "CSerializable" wrapper for "CMatrixBool".
CMatrixTemplate & operator=(const CMatrixTemplate &m)
Assignment operator from another matrix.