A vector-like wrapper for a const Matrix for accessing the elements of a given column with a [] operator.
Definition at line 521 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 535 of file matrix_adaptors.h.
typedef detail::ReverseAccessorIterator<const CConstMatrixColumnAccessor<MAT>,const value_type> mrpt::math::CConstMatrixColumnAccessor< MAT >::const_reverse_iterator |
Definition at line 536 of file matrix_adaptors.h.
typedef CConstMatrixColumnAccessor<MAT> mrpt::math::CConstMatrixColumnAccessor< MAT >::mrpt_autotype |
Definition at line 527 of file matrix_adaptors.h.
typedef MAT::Scalar mrpt::math::CConstMatrixColumnAccessor< MAT >::value_type |
Definition at line 526 of file matrix_adaptors.h.
|
inline |
Definition at line 528 of file matrix_adaptors.h.
References ASSERT_.
|
inline |
Definition at line 531 of file matrix_adaptors.h.
|
inline |
Definition at line 537 of file matrix_adaptors.h.
Referenced by mrpt::math::CBinaryRelation< T, U, UIsObject >::getRelationTo().
|
inline |
Definition at line 540 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 532 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessor< MAT >::m_colInd, and mrpt::math::CConstMatrixColumnAccessor< MAT >::m_mat.
|
inline |
Definition at line 543 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessor< MAT >::m_mat.
|
inline |
Definition at line 546 of file matrix_adaptors.h.
|
inline |
Definition at line 552 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessor< MAT >::size().
|
inline |
Definition at line 549 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessor< MAT >::m_mat.
Referenced by mrpt::math::CConstMatrixColumnAccessor< MAT >::resize().
|
protected |
Definition at line 524 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixColumnAccessor< MAT >::operator[]().
|
protected |
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |