MRPT  2.0.0
List of all members | Public Types | Public Member Functions | Protected Attributes
mrpt::math::CMatrixRowAccessorExtended< MAT > Class Template Reference

Detailed Description

template<class MAT>
class mrpt::math::CMatrixRowAccessorExtended< MAT >

A vector-like wrapper for a Matrix for accessing the elements of a given row with a [] operator, with offset and custom spacing.

For usage with MRPT's CMatrixDynamic only (for MRPT numeric matrices, use Eigen methods)

See also
CMatrixColumnAccessorExtended,CMatrixRowAccessor,CConstMatrixRowAccessor,CConstMatrixRowAccessorExtended

Definition at line 292 of file matrix_adaptors.h.

#include <mrpt/math/matrix_adaptors.h>

Public Types

using value_type = typename MAT::Scalar
 
using mrpt_autotype = CMatrixRowAccessorExtended< MAT >
 
using iterator = detail::AccessorIterator< CMatrixRowAccessorExtended< MAT >, value_type >
 
using const_iterator = detail::AccessorIterator< const CMatrixRowAccessorExtended< MAT >, const value_type >
 
using reverse_iterator = detail::ReverseAccessorIterator< CMatrixRowAccessorExtended< MAT >, value_type >
 
using const_reverse_iterator = detail::ReverseAccessorIterator< const CMatrixRowAccessorExtended< MAT >, const value_type >
 

Public Member Functions

 CMatrixRowAccessorExtended (MAT &mat, size_t row, size_t offset, size_t space)
 
 CMatrixRowAccessorExtended ()
 
value_typeoperator[] (size_t i)
 
value_type operator[] (size_t i) const
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
reverse_iterator rbegin ()
 
const_reverse_iterator rbegin () const
 
reverse_iterator rend ()
 
const_reverse_iterator rend () const
 
size_t size () const
 
void resize (size_t N)
 

Protected Attributes

MAT * m_mat
 
size_t m_rowInd
 
size_t m_colOffset
 
size_t m_elementsSpace
 
size_t howMany
 

Member Typedef Documentation

◆ const_iterator

Definition at line 326 of file matrix_adaptors.h.

◆ const_reverse_iterator

Definition at line 330 of file matrix_adaptors.h.

◆ iterator

Definition at line 324 of file matrix_adaptors.h.

◆ mrpt_autotype

Definition at line 303 of file matrix_adaptors.h.

◆ reverse_iterator

Definition at line 328 of file matrix_adaptors.h.

◆ value_type

template<class MAT>
using mrpt::math::CMatrixRowAccessorExtended< MAT >::value_type = typename MAT::Scalar

Definition at line 302 of file matrix_adaptors.h.

Constructor & Destructor Documentation

◆ CMatrixRowAccessorExtended() [1/2]

template<class MAT>
mrpt::math::CMatrixRowAccessorExtended< MAT >::CMatrixRowAccessorExtended ( MAT &  mat,
size_t  row,
size_t  offset,
size_t  space 
)
inline

◆ CMatrixRowAccessorExtended() [2/2]

Definition at line 314 of file matrix_adaptors.h.

Member Function Documentation

◆ begin() [1/2]

template<class MAT>
iterator mrpt::math::CMatrixRowAccessorExtended< MAT >::begin ( )
inline

Definition at line 331 of file matrix_adaptors.h.

◆ begin() [2/2]

template<class MAT>
const_iterator mrpt::math::CMatrixRowAccessorExtended< MAT >::begin ( ) const
inline

Definition at line 332 of file matrix_adaptors.h.

◆ end() [1/2]

template<class MAT>
iterator mrpt::math::CMatrixRowAccessorExtended< MAT >::end ( )
inline

◆ end() [2/2]

template<class MAT>
const_iterator mrpt::math::CMatrixRowAccessorExtended< MAT >::end ( ) const
inline

◆ operator[]() [1/2]

template<class MAT>
value_type& mrpt::math::CMatrixRowAccessorExtended< MAT >::operator[] ( size_t  i)
inline

◆ operator[]() [2/2]

template<class MAT>
value_type mrpt::math::CMatrixRowAccessorExtended< MAT >::operator[] ( size_t  i) const
inline

◆ rbegin() [1/2]

template<class MAT>
reverse_iterator mrpt::math::CMatrixRowAccessorExtended< MAT >::rbegin ( )
inline

◆ rbegin() [2/2]

template<class MAT>
const_reverse_iterator mrpt::math::CMatrixRowAccessorExtended< MAT >::rbegin ( ) const
inline

◆ rend() [1/2]

template<class MAT>
reverse_iterator mrpt::math::CMatrixRowAccessorExtended< MAT >::rend ( )
inline

Definition at line 343 of file matrix_adaptors.h.

◆ rend() [2/2]

template<class MAT>
const_reverse_iterator mrpt::math::CMatrixRowAccessorExtended< MAT >::rend ( ) const
inline

Definition at line 344 of file matrix_adaptors.h.

◆ resize()

template<class MAT>
void mrpt::math::CMatrixRowAccessorExtended< MAT >::resize ( size_t  N)
inline

Definition at line 349 of file matrix_adaptors.h.

References mrpt::math::CMatrixRowAccessorExtended< MAT >::size().

Here is the call graph for this function:

◆ size()

template<class MAT>
size_t mrpt::math::CMatrixRowAccessorExtended< MAT >::size ( ) const
inline

Definition at line 348 of file matrix_adaptors.h.

References mrpt::math::CMatrixRowAccessorExtended< MAT >::howMany.

Referenced by mrpt::math::CMatrixRowAccessorExtended< MAT >::resize().

Here is the caller graph for this function:

Member Data Documentation

◆ howMany

template<class MAT>
size_t mrpt::math::CMatrixRowAccessorExtended< MAT >::howMany
protected

◆ m_colOffset

template<class MAT>
size_t mrpt::math::CMatrixRowAccessorExtended< MAT >::m_colOffset
protected

◆ m_elementsSpace

template<class MAT>
size_t mrpt::math::CMatrixRowAccessorExtended< MAT >::m_elementsSpace
protected

◆ m_mat

template<class MAT>
MAT* mrpt::math::CMatrixRowAccessorExtended< MAT >::m_mat
protected

◆ m_rowInd

template<class MAT>
size_t mrpt::math::CMatrixRowAccessorExtended< MAT >::m_rowInd
protected



Page generated by Doxygen 1.8.14 for MRPT 2.0.0 Git: b38439d21 Tue Mar 31 19:58:06 2020 +0200 at miƩ abr 1 00:50:30 CEST 2020