MRPT logo

mrpt::math::CConstMatrixColumnAccessorExtended< T > Class Template Reference

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

#include <mrpt/math/CMatrixTemplate.h>

List of all members.

Public Types

typedef AccessorIterator
< const
CConstMatrixColumnAccessorExtended
< T >, const T > 
const_iterator
typedef
ReverseAccessorIterator< const
CConstMatrixColumnAccessorExtended
< T >, const T > 
const_reverse_iterator

Public Member Functions

 CConstMatrixColumnAccessorExtended (const CMatrixTemplate< T > &mat, size_t col, size_t offset, size_t space)
 CConstMatrixColumnAccessorExtended ()
const T & 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

Protected Attributes

const CMatrixTemplate< T > * m_mat
size_t m_colInd
size_t m_rowOffset
size_t m_elementsSpace
size_t howMany

Detailed Description

template<typename T>
class mrpt::math::CConstMatrixColumnAccessorExtended< T >

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

See also:
CConstMatrixRowAccessorExtended,CMatrixColumnAccessor,CConstMatrixColumnAccessor,CMatrixColumnAccessorExtended

Definition at line 1983 of file CMatrixTemplate.h.


Member Typedef Documentation

Definition at line 1999 of file CMatrixTemplate.h.

Definition at line 2000 of file CMatrixTemplate.h.


Constructor & Destructor Documentation

template<typename T >
mrpt::math::CConstMatrixColumnAccessorExtended< T >::CConstMatrixColumnAccessorExtended ( const CMatrixTemplate< T > &  mat,
size_t  col,
size_t  offset,
size_t  space 
) [inline]

Definition at line 1995 of file CMatrixTemplate.h.


Member Function Documentation

template<typename T >
const_iterator mrpt::math::CConstMatrixColumnAccessorExtended< T >::begin (  )  const [inline]

Definition at line 2001 of file CMatrixTemplate.h.

template<typename T >
const_iterator mrpt::math::CConstMatrixColumnAccessorExtended< T >::end (  )  const [inline]

Definition at line 2004 of file CMatrixTemplate.h.

template<typename T >
const T& mrpt::math::CConstMatrixColumnAccessorExtended< T >::operator[] ( size_t  i  )  const [inline]
template<typename T >
const_reverse_iterator mrpt::math::CConstMatrixColumnAccessorExtended< T >::rbegin (  )  const [inline]

Definition at line 2007 of file CMatrixTemplate.h.

template<typename T >
const_reverse_iterator mrpt::math::CConstMatrixColumnAccessorExtended< T >::rend (  )  const [inline]

Definition at line 2010 of file CMatrixTemplate.h.

template<typename T >
size_t mrpt::math::CConstMatrixColumnAccessorExtended< T >::size (  )  const [inline]

Definition at line 2013 of file CMatrixTemplate.h.


Member Data Documentation

template<typename T >
size_t mrpt::math::CConstMatrixColumnAccessorExtended< T >::howMany [protected]

Definition at line 1989 of file CMatrixTemplate.h.

template<typename T >
size_t mrpt::math::CConstMatrixColumnAccessorExtended< T >::m_colInd [protected]

Definition at line 1986 of file CMatrixTemplate.h.

template<typename T >
size_t mrpt::math::CConstMatrixColumnAccessorExtended< T >::m_elementsSpace [protected]

Definition at line 1988 of file CMatrixTemplate.h.

template<typename T >
const CMatrixTemplate<T>* mrpt::math::CConstMatrixColumnAccessorExtended< T >::m_mat [protected]

Definition at line 1985 of file CMatrixTemplate.h.

template<typename T >
size_t mrpt::math::CConstMatrixColumnAccessorExtended< T >::m_rowOffset [protected]

Definition at line 1987 of file CMatrixTemplate.h.




Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010