A vector-like wrapper for a const Matrix for accessing the elements of a given column with a [] operator, with offset and custom spacing. More...
#include <mrpt/math/CMatrixTemplate.h>
Public Types | |
| typedef AccessorIterator < const CConstMatrixColumnAccessorExtended < T >, const T > | const_iterator |
| typedef ReverseAccessorIterator< const CConstMatrixColumnAccessorExtended < T >, const T > | const_reverse_iterator |
Public Member Functions | |
| CConstMatrixColumnAccessorExtended (const CMatrixTemplate< T > &mat, size_t col, size_t offset, size_t space) | |
| CConstMatrixColumnAccessorExtended () | |
| const T & | operator[] (size_t i) const |
| const_iterator | begin () const |
| const_iterator | end () const |
| const_reverse_iterator | rbegin () const |
| const_reverse_iterator | rend () const |
| size_t | size () const |
Protected Attributes | |
| const CMatrixTemplate< T > * | m_mat |
| size_t | m_colInd |
| size_t | m_rowOffset |
| size_t | m_elementsSpace |
| size_t | howMany |
A vector-like wrapper for a const Matrix for accessing the elements of a given column with a [] operator, with offset and custom spacing.
Definition at line 1983 of file CMatrixTemplate.h.
| typedef AccessorIterator<const CConstMatrixColumnAccessorExtended<T>,const T> mrpt::math::CConstMatrixColumnAccessorExtended< T >::const_iterator |
Definition at line 1999 of file CMatrixTemplate.h.
| typedef ReverseAccessorIterator<const CConstMatrixColumnAccessorExtended<T>,const T> mrpt::math::CConstMatrixColumnAccessorExtended< T >::const_reverse_iterator |
Definition at line 2000 of file CMatrixTemplate.h.
| mrpt::math::CConstMatrixColumnAccessorExtended< T >::CConstMatrixColumnAccessorExtended | ( | const CMatrixTemplate< T > & | mat, | |
| size_t | col, | |||
| size_t | offset, | |||
| size_t | space | |||
| ) | [inline] |
Definition at line 1991 of file CMatrixTemplate.h.
References ASSERT_, mrpt::math::CMatrixTemplate< T >::getColCount(), and mrpt::math::CMatrixTemplate< T >::getRowCount().
| mrpt::math::CConstMatrixColumnAccessorExtended< T >::CConstMatrixColumnAccessorExtended | ( | ) | [inline] |
Definition at line 1995 of file CMatrixTemplate.h.
| const_iterator mrpt::math::CConstMatrixColumnAccessorExtended< T >::begin | ( | ) | const [inline] |
Definition at line 2001 of file CMatrixTemplate.h.
| const_iterator mrpt::math::CConstMatrixColumnAccessorExtended< T >::end | ( | ) | const [inline] |
Definition at line 2004 of file CMatrixTemplate.h.
| const T& mrpt::math::CConstMatrixColumnAccessorExtended< T >::operator[] | ( | size_t | i | ) | const [inline] |
Definition at line 1996 of file CMatrixTemplate.h.
References mrpt::math::CMatrixColumnAccessor< T >::m_colInd, and mrpt::math::CMatrixColumnAccessor< T >::m_mat.
| const_reverse_iterator mrpt::math::CConstMatrixColumnAccessorExtended< T >::rbegin | ( | ) | const [inline] |
Definition at line 2007 of file CMatrixTemplate.h.
| const_reverse_iterator mrpt::math::CConstMatrixColumnAccessorExtended< T >::rend | ( | ) | const [inline] |
Definition at line 2010 of file CMatrixTemplate.h.
| size_t mrpt::math::CConstMatrixColumnAccessorExtended< T >::size | ( | ) | const [inline] |
Definition at line 2013 of file CMatrixTemplate.h.
size_t mrpt::math::CConstMatrixColumnAccessorExtended< T >::howMany [protected] |
Definition at line 1989 of file CMatrixTemplate.h.
size_t mrpt::math::CConstMatrixColumnAccessorExtended< T >::m_colInd [protected] |
Definition at line 1986 of file CMatrixTemplate.h.
size_t mrpt::math::CConstMatrixColumnAccessorExtended< T >::m_elementsSpace [protected] |
Definition at line 1988 of file CMatrixTemplate.h.
const CMatrixTemplate<T>* mrpt::math::CConstMatrixColumnAccessorExtended< T >::m_mat [protected] |
Definition at line 1985 of file CMatrixTemplate.h.
size_t mrpt::math::CConstMatrixColumnAccessorExtended< T >::m_rowOffset [protected] |
Definition at line 1987 of file CMatrixTemplate.h.
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |