MRPT
1.9.9
|
A vector-like wrapper for a const Matrix for accessing the elements of a given column with a [] operator.
Definition at line 634 of file matrix_adaptors.h.
#include <mrpt/math/matrix_adaptors.h>
Public Types | |
using | value_type = typename MAT::Scalar |
using | mrpt_autotype = CConstMatrixColumnAccessor< MAT > |
using | const_iterator = detail::AccessorIterator< const CConstMatrixColumnAccessor< MAT >, const value_type > |
using | const_reverse_iterator = detail::ReverseAccessorIterator< const CConstMatrixColumnAccessor< MAT >, const value_type > |
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 |
using mrpt::math::CConstMatrixColumnAccessor< MAT >::const_iterator = detail::AccessorIterator< const CConstMatrixColumnAccessor<MAT>, const value_type> |
Definition at line 654 of file matrix_adaptors.h.
using mrpt::math::CConstMatrixColumnAccessor< MAT >::const_reverse_iterator = detail::ReverseAccessorIterator< const CConstMatrixColumnAccessor<MAT>, const value_type> |
Definition at line 656 of file matrix_adaptors.h.
using mrpt::math::CConstMatrixColumnAccessor< MAT >::mrpt_autotype = CConstMatrixColumnAccessor<MAT> |
Definition at line 642 of file matrix_adaptors.h.
using mrpt::math::CConstMatrixColumnAccessor< MAT >::value_type = typename MAT::Scalar |
Definition at line 641 of file matrix_adaptors.h.
|
inline |
Definition at line 643 of file matrix_adaptors.h.
References ASSERT_.
|
inline |
Definition at line 648 of file matrix_adaptors.h.
|
inline |
Definition at line 657 of file matrix_adaptors.h.
Referenced by mrpt::math::CBinaryRelation< T, U, UIsObject >::getRelationTo().
|
inline |
Definition at line 658 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 649 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessor< MAT >::m_colInd, and mrpt::math::CConstMatrixColumnAccessor< MAT >::m_mat.
|
inline |
Definition at line 662 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessor< MAT >::m_mat.
|
inline |
Definition at line 666 of file matrix_adaptors.h.
|
inline |
Definition at line 671 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessor< MAT >::size().
|
inline |
Definition at line 670 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessor< MAT >::m_mat.
Referenced by mrpt::math::CConstMatrixColumnAccessor< MAT >::resize().
|
protected |
Definition at line 638 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: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |