A vector-like wrapper for a const Matrix for accessing the elements of a given column with a [] operator. More...
#include <mrpt/math/CMatrixViews.h>
Public Types | |
| typedef MAT::value_type | value_type |
| typedef CConstMatrixColumnAccessor < MAT > | mrpt_autotype |
| typedef detail::AccessorIterator < const CConstMatrixColumnAccessor < MAT >, const value_type > | const_iterator |
| typedef detail::ReverseAccessorIterator < const CConstMatrixColumnAccessor < MAT >, const value_type > | const_reverse_iterator |
Public Member Functions | |
| DECLARE_MRPT_CONTAINER_TYPES DECLARE_MRPT_CONTAINER_IS_VECTOR | CConstMatrixColumnAccessor (const MAT &mat, size_t colIdx) |
| CConstMatrixColumnAccessor () | |
| value_type | 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 |
| void | resize (size_t N) |
Protected Attributes | |
| const MAT * | m_mat |
| size_t | m_colInd |
A vector-like wrapper for a const Matrix for accessing the elements of a given column with a [] operator.
Definition at line 789 of file CMatrixViews.h.
| typedef detail::AccessorIterator<const CConstMatrixColumnAccessor<MAT>,const value_type> mrpt::math::CConstMatrixColumnAccessor< MAT >::const_iterator |
Definition at line 806 of file CMatrixViews.h.
| typedef detail::ReverseAccessorIterator<const CConstMatrixColumnAccessor<MAT>,const value_type> mrpt::math::CConstMatrixColumnAccessor< MAT >::const_reverse_iterator |
Definition at line 807 of file CMatrixViews.h.
| typedef CConstMatrixColumnAccessor<MAT> mrpt::math::CConstMatrixColumnAccessor< MAT >::mrpt_autotype |
Definition at line 795 of file CMatrixViews.h.
| typedef MAT::value_type mrpt::math::CConstMatrixColumnAccessor< MAT >::value_type |
Definition at line 794 of file CMatrixViews.h.
| DECLARE_MRPT_CONTAINER_TYPES DECLARE_MRPT_CONTAINER_IS_VECTOR mrpt::math::CConstMatrixColumnAccessor< MAT >::CConstMatrixColumnAccessor | ( | const MAT & | mat, | |
| size_t | colIdx | |||
| ) | [inline] |
Definition at line 799 of file CMatrixViews.h.
References ASSERT_.
| mrpt::math::CConstMatrixColumnAccessor< MAT >::CConstMatrixColumnAccessor | ( | ) | [inline] |
Definition at line 802 of file CMatrixViews.h.
| const_iterator mrpt::math::CConstMatrixColumnAccessor< MAT >::begin | ( | ) | const [inline] |
Definition at line 808 of file CMatrixViews.h.
Referenced by mrpt::math::CBinaryRelation< T, U, UIsObject >::getRelationTo().
| const_iterator mrpt::math::CConstMatrixColumnAccessor< MAT >::end | ( | ) | const [inline] |
Definition at line 811 of file CMatrixViews.h.
References mrpt::math::CMatrixColumnAccessor< MAT >::m_mat.
Referenced by mrpt::math::CBinaryRelation< T, U, UIsObject >::getRelationTo().
| value_type mrpt::math::CConstMatrixColumnAccessor< MAT >::operator[] | ( | size_t | i | ) | const [inline] |
Definition at line 803 of file CMatrixViews.h.
References mrpt::math::CMatrixColumnAccessor< MAT >::m_colInd, and mrpt::math::CMatrixColumnAccessor< MAT >::m_mat.
| const_reverse_iterator mrpt::math::CConstMatrixColumnAccessor< MAT >::rbegin | ( | ) | const [inline] |
Definition at line 814 of file CMatrixViews.h.
References mrpt::math::CMatrixColumnAccessor< MAT >::m_mat.
| const_reverse_iterator mrpt::math::CConstMatrixColumnAccessor< MAT >::rend | ( | ) | const [inline] |
Definition at line 817 of file CMatrixViews.h.
| void mrpt::math::CConstMatrixColumnAccessor< MAT >::resize | ( | size_t | N | ) | [inline] |
Definition at line 823 of file CMatrixViews.h.
References mrpt::math::CMatrixColumnAccessor< MAT >::size().
| size_t mrpt::math::CConstMatrixColumnAccessor< MAT >::size | ( | ) | const [inline] |
Definition at line 820 of file CMatrixViews.h.
References mrpt::math::CMatrixColumnAccessor< MAT >::m_mat.
size_t mrpt::math::CConstMatrixColumnAccessor< MAT >::m_colInd [protected] |
Definition at line 792 of file CMatrixViews.h.
const MAT* mrpt::math::CConstMatrixColumnAccessor< MAT >::m_mat [protected] |
Definition at line 791 of file CMatrixViews.h.
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |