A vector-like wrapper for a Matrix for accessing the elements of a given row with a [] operator, with offset and custom spacing. More...
#include <mrpt/math/CMatrixViews.h>
A vector-like wrapper for a Matrix for accessing the elements of a given row with a [] operator, with offset and custom spacing.
Definition at line 943 of file CMatrixViews.h.
| typedef detail::AccessorIterator<const CMatrixRowAccessorExtended<MAT>,const value_type> mrpt::math::CMatrixRowAccessorExtended< MAT >::const_iterator |
Definition at line 968 of file CMatrixViews.h.
| typedef detail::ReverseAccessorIterator<const CMatrixRowAccessorExtended<MAT>,const value_type> mrpt::math::CMatrixRowAccessorExtended< MAT >::const_reverse_iterator |
Definition at line 970 of file CMatrixViews.h.
| typedef detail::AccessorIterator<CMatrixRowAccessorExtended<MAT>,value_type> mrpt::math::CMatrixRowAccessorExtended< MAT >::iterator |
Definition at line 967 of file CMatrixViews.h.
| typedef CMatrixRowAccessorExtended<MAT> mrpt::math::CMatrixRowAccessorExtended< MAT >::mrpt_autotype |
Definition at line 952 of file CMatrixViews.h.
| typedef detail::ReverseAccessorIterator<CMatrixRowAccessorExtended<MAT>,value_type> mrpt::math::CMatrixRowAccessorExtended< MAT >::reverse_iterator |
Definition at line 969 of file CMatrixViews.h.
| typedef MAT::value_type mrpt::math::CMatrixRowAccessorExtended< MAT >::value_type |
Definition at line 951 of file CMatrixViews.h.
| DECLARE_MRPT_CONTAINER_TYPES DECLARE_MRPT_CONTAINER_IS_VECTOR mrpt::math::CMatrixRowAccessorExtended< MAT >::CMatrixRowAccessorExtended | ( | MAT & | mat, | |
| size_t | row, | |||
| size_t | offset, | |||
| size_t | space | |||
| ) | [inline] |
Definition at line 956 of file CMatrixViews.h.
References ASSERT_.
| mrpt::math::CMatrixRowAccessorExtended< MAT >::CMatrixRowAccessorExtended | ( | ) | [inline] |
Definition at line 960 of file CMatrixViews.h.
| const_iterator mrpt::math::CMatrixRowAccessorExtended< MAT >::begin | ( | ) | const [inline] |
Definition at line 974 of file CMatrixViews.h.
| iterator mrpt::math::CMatrixRowAccessorExtended< MAT >::begin | ( | ) | [inline] |
Definition at line 971 of file CMatrixViews.h.
| const_iterator mrpt::math::CMatrixRowAccessorExtended< MAT >::end | ( | ) | const [inline] |
Definition at line 980 of file CMatrixViews.h.
| iterator mrpt::math::CMatrixRowAccessorExtended< MAT >::end | ( | ) | [inline] |
Definition at line 977 of file CMatrixViews.h.
| value_type mrpt::math::CMatrixRowAccessorExtended< MAT >::operator[] | ( | size_t | i | ) | const [inline] |
Definition at line 964 of file CMatrixViews.h.
References mrpt::math::CMatrixColumnAccessor< MAT >::m_mat.
| value_type& mrpt::math::CMatrixRowAccessorExtended< MAT >::operator[] | ( | size_t | i | ) | [inline] |
Definition at line 961 of file CMatrixViews.h.
References mrpt::math::CMatrixColumnAccessor< MAT >::m_mat.
| const_reverse_iterator mrpt::math::CMatrixRowAccessorExtended< MAT >::rbegin | ( | ) | const [inline] |
Definition at line 986 of file CMatrixViews.h.
| reverse_iterator mrpt::math::CMatrixRowAccessorExtended< MAT >::rbegin | ( | ) | [inline] |
Definition at line 983 of file CMatrixViews.h.
| const_reverse_iterator mrpt::math::CMatrixRowAccessorExtended< MAT >::rend | ( | ) | const [inline] |
Definition at line 992 of file CMatrixViews.h.
| reverse_iterator mrpt::math::CMatrixRowAccessorExtended< MAT >::rend | ( | ) | [inline] |
Definition at line 989 of file CMatrixViews.h.
| void mrpt::math::CMatrixRowAccessorExtended< MAT >::resize | ( | size_t | N | ) | [inline] |
Definition at line 998 of file CMatrixViews.h.
References mrpt::math::CMatrixColumnAccessor< MAT >::size().
| size_t mrpt::math::CMatrixRowAccessorExtended< MAT >::size | ( | ) | const [inline] |
Definition at line 995 of file CMatrixViews.h.
size_t mrpt::math::CMatrixRowAccessorExtended< MAT >::howMany [protected] |
Definition at line 949 of file CMatrixViews.h.
size_t mrpt::math::CMatrixRowAccessorExtended< MAT >::m_colOffset [protected] |
Definition at line 947 of file CMatrixViews.h.
size_t mrpt::math::CMatrixRowAccessorExtended< MAT >::m_elementsSpace [protected] |
Definition at line 948 of file CMatrixViews.h.
MAT* mrpt::math::CMatrixRowAccessorExtended< MAT >::m_mat [protected] |
Definition at line 945 of file CMatrixViews.h.
size_t mrpt::math::CMatrixRowAccessorExtended< MAT >::m_rowInd [protected] |
Definition at line 946 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 |