A vector-like wrapper for a const Matrix for accessing the elements of a given column with a [] operator, with offset and custom spacing.
Definition at line 564 of file matrix_adaptors.h.
#include <mrpt/math/matrix_adaptors.h>
Public Types | |
| typedef MAT::Scalar | value_type | 
| typedef CMatrixColumnAccessorExtended< MAT > | mrpt_autotype | 
| typedef detail::AccessorIterator< const CConstMatrixColumnAccessorExtended< MAT >, const value_type > | const_iterator | 
| typedef detail::ReverseAccessorIterator< const CConstMatrixColumnAccessorExtended< MAT >, const value_type > | const_reverse_iterator | 
Public Member Functions | |
| CConstMatrixColumnAccessorExtended (const MAT &mat, size_t col, size_t offset, size_t space) | |
| CConstMatrixColumnAccessorExtended () | |
| 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 | 
| size_t | m_rowOffset | 
| size_t | m_elementsSpace | 
| size_t | howMany | 
| typedef detail::AccessorIterator<const CConstMatrixColumnAccessorExtended<MAT>,const value_type> mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::const_iterator | 
Definition at line 582 of file matrix_adaptors.h.
| typedef detail::ReverseAccessorIterator<const CConstMatrixColumnAccessorExtended<MAT>,const value_type> mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::const_reverse_iterator | 
Definition at line 583 of file matrix_adaptors.h.
| typedef CMatrixColumnAccessorExtended<MAT> mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::mrpt_autotype | 
Definition at line 573 of file matrix_adaptors.h.
| typedef MAT::Scalar mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::value_type | 
Definition at line 572 of file matrix_adaptors.h.
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 578 of file matrix_adaptors.h.
      
  | 
  inline | 
Definition at line 584 of file matrix_adaptors.h.
      
  | 
  inline | 
Definition at line 587 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::howMany.
      
  | 
  inline | 
Definition at line 579 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::m_colInd, mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::m_elementsSpace, mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::m_mat, and mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::m_rowOffset.
      
  | 
  inline | 
Definition at line 590 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::howMany.
      
  | 
  inline | 
Definition at line 593 of file matrix_adaptors.h.
      
  | 
  inline | 
Definition at line 599 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::size().
      
  | 
  inline | 
Definition at line 596 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::howMany.
Referenced by mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::resize().
      
  | 
  protected | 
Definition at line 570 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::CConstMatrixColumnAccessorExtended(), mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::end(), mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::rbegin(), and mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::size().
      
  | 
  protected | 
Definition at line 567 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::operator[]().
      
  | 
  protected | 
Definition at line 569 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::CConstMatrixColumnAccessorExtended(), and mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::operator[]().
      
  | 
  protected | 
Definition at line 566 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::operator[]().
      
  | 
  protected | 
Definition at line 568 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::CConstMatrixColumnAccessorExtended(), and mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::operator[]().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019 |