A vector-like wrapper for a Matrix for accessing the elements of a given column with a [] operator. More...
#include <mrpt/math/CMatrixViews.h>
A vector-like wrapper for a Matrix for accessing the elements of a given column with a [] operator.
Definition at line 665 of file CMatrixViews.h.
| typedef detail::AccessorIterator<const CMatrixColumnAccessor<MAT>,const value_type> mrpt::math::CMatrixColumnAccessor< MAT >::const_iterator |
Definition at line 680 of file CMatrixViews.h.
| typedef detail::ReverseAccessorIterator<const CMatrixColumnAccessor<MAT>,const value_type> mrpt::math::CMatrixColumnAccessor< MAT >::const_reverse_iterator |
Definition at line 682 of file CMatrixViews.h.
| typedef detail::AccessorIterator<CMatrixColumnAccessor<MAT>,value_type> mrpt::math::CMatrixColumnAccessor< MAT >::iterator |
Definition at line 679 of file CMatrixViews.h.
| typedef CMatrixColumnAccessor<MAT> mrpt::math::CMatrixColumnAccessor< MAT >::mrpt_autotype |
Definition at line 671 of file CMatrixViews.h.
| typedef detail::ReverseAccessorIterator<CMatrixColumnAccessor<MAT>,value_type> mrpt::math::CMatrixColumnAccessor< MAT >::reverse_iterator |
Definition at line 681 of file CMatrixViews.h.
| typedef MAT::value_type mrpt::math::CMatrixColumnAccessor< MAT >::value_type |
Definition at line 670 of file CMatrixViews.h.
| DECLARE_MRPT_CONTAINER_TYPES DECLARE_MRPT_CONTAINER_IS_VECTOR mrpt::math::CMatrixColumnAccessor< MAT >::CMatrixColumnAccessor | ( | MAT & | mat, | |
| size_t | colIdx | |||
| ) | [inline] |
Definition at line 675 of file CMatrixViews.h.
References ASSERT_.
| mrpt::math::CMatrixColumnAccessor< MAT >::CMatrixColumnAccessor | ( | ) | [inline] |
Definition at line 676 of file CMatrixViews.h.
| const_iterator mrpt::math::CMatrixColumnAccessor< MAT >::begin | ( | ) | const [inline] |
Definition at line 686 of file CMatrixViews.h.
| iterator mrpt::math::CMatrixColumnAccessor< MAT >::begin | ( | ) | [inline] |
Definition at line 683 of file CMatrixViews.h.
| const_iterator mrpt::math::CMatrixColumnAccessor< MAT >::end | ( | ) | const [inline] |
Definition at line 692 of file CMatrixViews.h.
References mrpt::math::CMatrixColumnAccessor< MAT >::m_mat.
| iterator mrpt::math::CMatrixColumnAccessor< MAT >::end | ( | ) | [inline] |
Definition at line 689 of file CMatrixViews.h.
References mrpt::math::CMatrixColumnAccessor< MAT >::m_mat.
| value_type mrpt::math::CMatrixColumnAccessor< MAT >::operator[] | ( | const size_t | i | ) | const [inline] |
Definition at line 678 of file CMatrixViews.h.
References mrpt::math::CMatrixColumnAccessor< MAT >::m_colInd, and mrpt::math::CMatrixColumnAccessor< MAT >::m_mat.
| value_type& mrpt::math::CMatrixColumnAccessor< MAT >::operator[] | ( | const size_t | i | ) | [inline] |
Definition at line 677 of file CMatrixViews.h.
References mrpt::math::CMatrixColumnAccessor< MAT >::m_colInd, and mrpt::math::CMatrixColumnAccessor< MAT >::m_mat.
| const_reverse_iterator mrpt::math::CMatrixColumnAccessor< MAT >::rbegin | ( | ) | const [inline] |
Definition at line 698 of file CMatrixViews.h.
References mrpt::math::CMatrixColumnAccessor< MAT >::m_mat.
| reverse_iterator mrpt::math::CMatrixColumnAccessor< MAT >::rbegin | ( | ) | [inline] |
Definition at line 695 of file CMatrixViews.h.
References mrpt::math::CMatrixColumnAccessor< MAT >::m_mat.
| const_reverse_iterator mrpt::math::CMatrixColumnAccessor< MAT >::rend | ( | ) | const [inline] |
Definition at line 704 of file CMatrixViews.h.
| reverse_iterator mrpt::math::CMatrixColumnAccessor< MAT >::rend | ( | ) | [inline] |
Definition at line 701 of file CMatrixViews.h.
| void mrpt::math::CMatrixColumnAccessor< MAT >::resize | ( | size_t | N | ) | [inline] |
Definition at line 710 of file CMatrixViews.h.
References mrpt::math::CMatrixColumnAccessor< MAT >::size().
| size_t mrpt::math::CMatrixColumnAccessor< MAT >::size | ( | ) | const [inline] |
Definition at line 707 of file CMatrixViews.h.
References mrpt::math::CMatrixColumnAccessor< MAT >::m_mat.
Referenced by mrpt::math::CConstMatrixRowAccessorExtended< MAT >::resize(), mrpt::math::CConstMatrixRowAccessor< MAT >::resize(), mrpt::math::CMatrixRowAccessorExtended< MAT >::resize(), mrpt::math::CMatrixRowAccessor< MAT >::resize(), mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::resize(), mrpt::math::CConstMatrixColumnAccessor< MAT >::resize(), mrpt::math::CMatrixColumnAccessorExtended< MAT >::resize(), and mrpt::math::CMatrixColumnAccessor< MAT >::resize().
size_t mrpt::math::CMatrixColumnAccessor< MAT >::m_colInd [protected] |
Definition at line 668 of file CMatrixViews.h.
Referenced by mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::operator[](), mrpt::math::CConstMatrixColumnAccessor< MAT >::operator[](), mrpt::math::CMatrixColumnAccessorExtended< MAT >::operator[](), and mrpt::math::CMatrixColumnAccessor< MAT >::operator[]().
MAT* mrpt::math::CMatrixColumnAccessor< MAT >::m_mat [protected] |
Definition at line 667 of file CMatrixViews.h.
Referenced by mrpt::math::CConstMatrixRowAccessor< MAT >::end(), mrpt::math::CMatrixRowAccessor< MAT >::end(), mrpt::math::CConstMatrixColumnAccessor< MAT >::end(), mrpt::math::CMatrixColumnAccessor< MAT >::end(), mrpt::math::CConstMatrixRowAccessorExtended< MAT >::operator[](), mrpt::math::CConstMatrixRowAccessor< MAT >::operator[](), mrpt::math::CMatrixRowAccessorExtended< MAT >::operator[](), mrpt::math::CMatrixRowAccessor< MAT >::operator[](), mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::operator[](), mrpt::math::CConstMatrixColumnAccessor< MAT >::operator[](), mrpt::math::CMatrixColumnAccessorExtended< MAT >::operator[](), mrpt::math::CMatrixColumnAccessor< MAT >::operator[](), mrpt::math::CConstMatrixRowAccessor< MAT >::rbegin(), mrpt::math::CMatrixRowAccessor< MAT >::rbegin(), mrpt::math::CConstMatrixColumnAccessor< MAT >::rbegin(), mrpt::math::CMatrixColumnAccessor< MAT >::rbegin(), mrpt::math::CConstMatrixRowAccessor< MAT >::size(), mrpt::math::CMatrixRowAccessor< MAT >::size(), mrpt::math::CConstMatrixColumnAccessor< MAT >::size(), and mrpt::math::CMatrixColumnAccessor< MAT >::size().
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |