#include <mrpt/math/CMatrixTemplate.h>
Public Member Functions | |
| CConstMatrixColumnAccessor (const CMatrixTemplate< T > &mat, size_t colIdx) | |
| const T & | operator[] (size_t i) const |
Protected Attributes | |
| const CMatrixTemplate< T > & | m_mat |
| size_t | m_colInd |
Definition at line 1254 of file CMatrixTemplate.h.
| mrpt::math::CConstMatrixColumnAccessor< T >::CConstMatrixColumnAccessor | ( | const CMatrixTemplate< T > & | mat, | |
| size_t | colIdx | |||
| ) | [inline] |
Definition at line 1259 of file CMatrixTemplate.h.
References ASSERT_, mrpt::math::CMatrixTemplate< T >::getColCount(), and mrpt::math::CMatrixColumnAccessor< T >::m_mat.
| const T& mrpt::math::CConstMatrixColumnAccessor< T >::operator[] | ( | size_t | i | ) | const [inline] |
Definition at line 1262 of file CMatrixTemplate.h.
References mrpt::math::CMatrixColumnAccessor< T >::m_colInd, and mrpt::math::CMatrixColumnAccessor< T >::m_mat.
size_t mrpt::math::CConstMatrixColumnAccessor< T >::m_colInd [protected] |
Definition at line 1257 of file CMatrixTemplate.h.
const CMatrixTemplate<T>& mrpt::math::CConstMatrixColumnAccessor< T >::m_mat [protected] |
Definition at line 1256 of file CMatrixTemplate.h.
| Page generated by Doxygen 1.5.9 for MRPT 0.7.1 SVN: at Mon Aug 17 22:20:53 EDT 2009 |