#include <mrpt/math/CMatrixTemplate.h>
Public Member Functions | |
CMatrixRowAccessor (CMatrixTemplate< T > &mat, size_t rowIdx) | |
T & | operator[] (const size_t i) |
const T & | operator[] (const size_t i) const |
Protected Attributes | |
CMatrixTemplate< T > & | m_mat |
size_t | m_rowInd |
Definition at line 1290 of file CMatrixTemplate.h.
mrpt::math::CMatrixRowAccessor< T >::CMatrixRowAccessor | ( | CMatrixTemplate< T > & | mat, | |
size_t | rowIdx | |||
) | [inline] |
Definition at line 1296 of file CMatrixTemplate.h.
References ASSERT_, mrpt::math::CMatrixTemplate< T >::getRowCount(), and mrpt::math::CMatrixColumnAccessor< T >::m_mat.
const T& mrpt::math::CMatrixRowAccessor< T >::operator[] | ( | const size_t | i | ) | const [inline] |
Definition at line 1298 of file CMatrixTemplate.h.
References mrpt::math::CMatrixColumnAccessor< T >::m_mat.
T& mrpt::math::CMatrixRowAccessor< T >::operator[] | ( | const size_t | i | ) | [inline] |
Definition at line 1297 of file CMatrixTemplate.h.
References mrpt::math::CMatrixColumnAccessor< T >::m_mat.
CMatrixTemplate<T>& mrpt::math::CMatrixRowAccessor< T >::m_mat [protected] |
Definition at line 1293 of file CMatrixTemplate.h.
size_t mrpt::math::CMatrixRowAccessor< T >::m_rowInd [protected] |
Definition at line 1294 of file CMatrixTemplate.h.
Page generated by Doxygen 1.5.9 for MRPT 0.7.1 SVN: at Mon Aug 17 22:32:05 EDT 2009 |