#include <mrpt/math/CMatrixTemplate.h>
Public Member Functions | |
CMatrixColumnAccessorExtended (CMatrixTemplate< T > &mat, size_t col, size_t offset, size_t space) | |
T & | operator[] (size_t i) |
const T & | operator[] (size_t i) const |
Protected Attributes | |
CMatrixTemplate< T > & | m_mat |
size_t | m_colInd |
size_t | m_rowOffset |
size_t | m_elementsSpace |
Definition at line 1232 of file CMatrixTemplate.h.
mrpt::math::CMatrixColumnAccessorExtended< T >::CMatrixColumnAccessorExtended | ( | CMatrixTemplate< T > & | mat, | |
size_t | col, | |||
size_t | offset, | |||
size_t | space | |||
) | [inline] |
Definition at line 1239 of file CMatrixTemplate.h.
References ASSERT_, mrpt::math::CMatrixTemplate< T >::getColCount(), and mrpt::math::CMatrixColumnAccessor< T >::m_mat.
const T& mrpt::math::CMatrixColumnAccessorExtended< T >::operator[] | ( | size_t | i | ) | const [inline] |
Definition at line 1245 of file CMatrixTemplate.h.
References mrpt::math::CMatrixColumnAccessor< T >::m_colInd, and mrpt::math::CMatrixColumnAccessor< T >::m_mat.
T& mrpt::math::CMatrixColumnAccessorExtended< T >::operator[] | ( | size_t | i | ) | [inline] |
Definition at line 1242 of file CMatrixTemplate.h.
References mrpt::math::CMatrixColumnAccessor< T >::m_colInd, and mrpt::math::CMatrixColumnAccessor< T >::m_mat.
size_t mrpt::math::CMatrixColumnAccessorExtended< T >::m_colInd [protected] |
Definition at line 1235 of file CMatrixTemplate.h.
size_t mrpt::math::CMatrixColumnAccessorExtended< T >::m_elementsSpace [protected] |
Definition at line 1237 of file CMatrixTemplate.h.
CMatrixTemplate<T>& mrpt::math::CMatrixColumnAccessorExtended< T >::m_mat [protected] |
Definition at line 1234 of file CMatrixTemplate.h.
size_t mrpt::math::CMatrixColumnAccessorExtended< T >::m_rowOffset [protected] |
Definition at line 1236 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 |