Main MRPT website > C++ reference for MRPT 1.4.0
List of all members | Public Types | Public Member Functions | Protected Attributes
mrpt::math::CMatrixColumnAccessor< MAT > Class Template Reference

Detailed Description

template<typename MAT>
class mrpt::math::CMatrixColumnAccessor< MAT >

A vector-like wrapper for a Matrix for accessing the elements of a given column with a [] operator.

See also
CMatrixRowAccessor,CMatrixColumnAccessorExtended,CConstMatrixColumnAccessor,CConstMatrixColumnAccessorExtended

Definition at line 403 of file matrix_adaptors.h.

#include <mrpt/math/matrix_adaptors.h>

Public Types

typedef MAT::Scalar value_type
 
typedef CMatrixColumnAccessor< MAT > mrpt_autotype
 
typedef detail::AccessorIterator< CMatrixColumnAccessor< MAT >, value_typeiterator
 
typedef detail::AccessorIterator< const CMatrixColumnAccessor< MAT >, const value_typeconst_iterator
 
typedef detail::ReverseAccessorIterator< CMatrixColumnAccessor< MAT >, value_typereverse_iterator
 
typedef detail::ReverseAccessorIterator< const CMatrixColumnAccessor< MAT >, const value_typeconst_reverse_iterator
 

Public Member Functions

 CMatrixColumnAccessor (MAT &mat, size_t colIdx)
 
 CMatrixColumnAccessor ()
 
value_typeoperator[] (const size_t i)
 
value_type operator[] (const 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_colInd
 

Member Typedef Documentation

Definition at line 415 of file matrix_adaptors.h.

Definition at line 417 of file matrix_adaptors.h.

Definition at line 414 of file matrix_adaptors.h.

template<typename MAT>
typedef CMatrixColumnAccessor<MAT> mrpt::math::CMatrixColumnAccessor< MAT >::mrpt_autotype

Definition at line 409 of file matrix_adaptors.h.

Definition at line 416 of file matrix_adaptors.h.

template<typename MAT>
typedef MAT::Scalar mrpt::math::CMatrixColumnAccessor< MAT >::value_type

Definition at line 408 of file matrix_adaptors.h.

Constructor & Destructor Documentation

template<typename MAT>
mrpt::math::CMatrixColumnAccessor< MAT >::CMatrixColumnAccessor ( MAT &  mat,
size_t  colIdx 
)
inline

Definition at line 410 of file matrix_adaptors.h.

References ASSERT_.

template<typename MAT>
mrpt::math::CMatrixColumnAccessor< MAT >::CMatrixColumnAccessor ( )
inline

Definition at line 411 of file matrix_adaptors.h.

Member Function Documentation

template<typename MAT>
iterator mrpt::math::CMatrixColumnAccessor< MAT >::begin ( )
inline

Definition at line 418 of file matrix_adaptors.h.

template<typename MAT>
const_iterator mrpt::math::CMatrixColumnAccessor< MAT >::begin ( ) const
inline

Definition at line 421 of file matrix_adaptors.h.

template<typename MAT>
iterator mrpt::math::CMatrixColumnAccessor< MAT >::end ( )
inline

Definition at line 424 of file matrix_adaptors.h.

template<typename MAT>
const_iterator mrpt::math::CMatrixColumnAccessor< MAT >::end ( ) const
inline

Definition at line 427 of file matrix_adaptors.h.

template<typename MAT>
value_type& mrpt::math::CMatrixColumnAccessor< MAT >::operator[] ( const size_t  i)
inline

Definition at line 412 of file matrix_adaptors.h.

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

Definition at line 413 of file matrix_adaptors.h.

template<typename MAT>
reverse_iterator mrpt::math::CMatrixColumnAccessor< MAT >::rbegin ( )
inline

Definition at line 430 of file matrix_adaptors.h.

template<typename MAT>
const_reverse_iterator mrpt::math::CMatrixColumnAccessor< MAT >::rbegin ( ) const
inline

Definition at line 433 of file matrix_adaptors.h.

template<typename MAT>
reverse_iterator mrpt::math::CMatrixColumnAccessor< MAT >::rend ( )
inline

Definition at line 436 of file matrix_adaptors.h.

template<typename MAT>
const_reverse_iterator mrpt::math::CMatrixColumnAccessor< MAT >::rend ( ) const
inline

Definition at line 439 of file matrix_adaptors.h.

template<typename MAT>
void mrpt::math::CMatrixColumnAccessor< MAT >::resize ( size_t  N)
inline

Definition at line 445 of file matrix_adaptors.h.

References mrpt::math::size().

template<typename MAT>
size_t mrpt::math::CMatrixColumnAccessor< MAT >::size ( ) const
inline

Definition at line 442 of file matrix_adaptors.h.

Member Data Documentation

template<typename MAT>
size_t mrpt::math::CMatrixColumnAccessor< MAT >::m_colInd
protected

Definition at line 406 of file matrix_adaptors.h.

template<typename MAT>
MAT* mrpt::math::CMatrixColumnAccessor< MAT >::m_mat
protected

Definition at line 405 of file matrix_adaptors.h.




Page generated by Doxygen 1.8.11 for MRPT 1.4.0 SVN:Unversioned directory at Mon Jul 4 10:31:07 UTC 2016