Detailed Description
Auxiliary class used in CMatrixTemplate:size(), CMatrixTemplate::resize(), CMatrixFixedNumeric::size(), CMatrixFixedNumeric::resize(), to mimic the behavior of STL-containers.
Definition at line 417 of file CArray.h.
#include <mrpt/math/CArray.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
mrpt::math::CMatrixTemplateSize::CMatrixTemplateSize |
( |
) |
[inline] |
mrpt::math::CMatrixTemplateSize::CMatrixTemplateSize |
( |
const size_t * |
d ) |
[inline] |
Member Function Documentation
mrpt::math::CMatrixTemplateSize::operator size_t |
( |
void |
) |
const [inline] |
This operator allows the size(N,M) to be compared with a plain size_t N*M.
Definition at line 428 of file CArray.h.
bool mrpt::math::CMatrixTemplateSize::operator!= |
( |
const CMatrixTemplateSize & |
o ) |
const [inline] |
bool mrpt::math::CMatrixTemplateSize::operator== |
( |
const CMatrixTemplateSize & |
o ) |
const [inline] |