#include <mrpt/math/CMatrixTemplate.h>
Public Member Functions | |
CConstMatrixRowAccessor (const CMatrixTemplate< T > &mat, size_t row) | |
const T & | operator[] (size_t i) |
Protected Attributes | |
const CMatrixTemplate< T > & | m_mat |
size_t | m_rowInd |
Definition at line 1327 of file CMatrixTemplate.h.
mrpt::math::CConstMatrixRowAccessor< T >::CConstMatrixRowAccessor | ( | const CMatrixTemplate< T > & | mat, | |
size_t | row | |||
) | [inline] |
Definition at line 1332 of file CMatrixTemplate.h.
References ASSERT_, mrpt::math::CMatrixTemplate< T >::getRowCount(), and mrpt::math::CMatrixColumnAccessor< T >::m_mat.
const T& mrpt::math::CConstMatrixRowAccessor< T >::operator[] | ( | size_t | i | ) | [inline] |
Definition at line 1335 of file CMatrixTemplate.h.
References mrpt::math::CMatrixColumnAccessor< T >::m_mat.
const CMatrixTemplate<T>& mrpt::math::CConstMatrixRowAccessor< T >::m_mat [protected] |
Definition at line 1329 of file CMatrixTemplate.h.
size_t mrpt::math::CConstMatrixRowAccessor< T >::m_rowInd [protected] |
Definition at line 1330 of file CMatrixTemplate.h.
Page generated by Doxygen 1.5.9 for MRPT 0.7.1 SVN: at Mon Aug 17 22:21:34 EDT 2009 |