A vector-like wrapper for a const Matrix for accessing the elements of a given column with a [] operator.
Definition at line 653 of file matrix_adaptors.h.
#include <mrpt/math/matrix_adaptors.h>
Public Types | |
typedef MAT::Scalar | 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 | |
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 |
typedef detail::AccessorIterator<const CConstMatrixColumnAccessor<MAT>, const value_type> mrpt::math::CConstMatrixColumnAccessor< MAT >::const_iterator |
Definition at line 674 of file matrix_adaptors.h.
typedef detail::ReverseAccessorIterator< const CConstMatrixColumnAccessor<MAT>, const value_type> mrpt::math::CConstMatrixColumnAccessor< MAT >::const_reverse_iterator |
Definition at line 677 of file matrix_adaptors.h.
typedef CConstMatrixColumnAccessor<MAT> mrpt::math::CConstMatrixColumnAccessor< MAT >::mrpt_autotype |
Definition at line 661 of file matrix_adaptors.h.
typedef MAT::Scalar mrpt::math::CConstMatrixColumnAccessor< MAT >::value_type |
Definition at line 660 of file matrix_adaptors.h.
|
inline |
Definition at line 662 of file matrix_adaptors.h.
References ASSERT_.
|
inline |
Definition at line 667 of file matrix_adaptors.h.
|
inline |
Definition at line 678 of file matrix_adaptors.h.
Referenced by mrpt::math::CBinaryRelation< T, U, UIsObject >::getRelationTo().
|
inline |
Definition at line 679 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessor< MAT >::m_mat.
Referenced by mrpt::math::CBinaryRelation< T, U, UIsObject >::getRelationTo().
|
inline |
Definition at line 668 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessor< MAT >::m_colInd, and mrpt::math::CConstMatrixColumnAccessor< MAT >::m_mat.
|
inline |
Definition at line 683 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessor< MAT >::m_mat.
|
inline |
Definition at line 687 of file matrix_adaptors.h.
|
inline |
Definition at line 692 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessor< MAT >::size().
|
inline |
Definition at line 691 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessor< MAT >::m_mat.
Referenced by mrpt::math::CConstMatrixColumnAccessor< MAT >::resize().
|
protected |
Definition at line 657 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixColumnAccessor< MAT >::operator[]().
|
protected |
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |