mrpt::math::CMatrixTemplateSize Struct Reference
Auxiliary class used in CMatrixTemplate:size(), CMatrixTemplate::resize(), CMatrixFixedNumeric::size(), CMatrixFixedNumeric::resize(), to mimic the behavior of STL-containers.
More...
#include <mrpt/math/CArray.h>
List of all members.
Detailed Description
Auxiliary class used in CMatrixTemplate:size(), CMatrixTemplate::resize(), CMatrixFixedNumeric::size(), CMatrixFixedNumeric::resize(), to mimic the behavior of STL-containers.
Definition at line 427 of file CArray.h.
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 435 of file CArray.h.
| bool mrpt::math::CMatrixTemplateSize::operator!= |
( |
const CMatrixTemplateSize & |
o |
) |
const [inline] |
| bool mrpt::math::CMatrixTemplateSize::operator== |
( |
const CMatrixTemplateSize & |
o |
) |
const [inline] |