#include <mrpt/math/CMatrixViews.h>

Classes | |
| class | Generator |
Public Member Functions | |
| IndirectAccessWrapper (const CMatrixTemplateNumeric< T > &m) | |
| T & | operator() (size_t r, size_t c) |
| const T & | operator() (size_t r, size_t c) const |
| void | deleteRow (size_t r) |
| void | deleteColumn (size_t c) |
| size_t | getRowCount () const |
| size_t | getColCount () const |
| size_t | getProxyRow (size_t r) |
| T & | getProxied (size_t proxiedR, size_t c) |
| const T & | getProxied (size_t proxiedR, size_t c) const |
Private Attributes | |
| CMatrixTemplateNumeric< T > | mat |
| std::vector< size_t > | rowsIndices |
| std::vector< size_t > | colsIndices |
Definition at line 1424 of file CMatrixViews.h.
| mrpt::math::IndirectAccessWrapper< T >::IndirectAccessWrapper | ( | const CMatrixTemplateNumeric< T > & | m | ) | [inline] |
Definition at line 1440 of file CMatrixViews.h.
References mrpt::math::CMatrixTemplate< T >::getColCount(), and mrpt::math::CMatrixTemplate< T >::getRowCount().
| void mrpt::math::IndirectAccessWrapper< T >::deleteColumn | ( | size_t | c | ) | [inline] |
Definition at line 1453 of file CMatrixViews.h.
| void mrpt::math::IndirectAccessWrapper< T >::deleteRow | ( | size_t | r | ) | [inline] |
Definition at line 1450 of file CMatrixViews.h.
| size_t mrpt::math::IndirectAccessWrapper< T >::getColCount | ( | ) | const [inline] |
Definition at line 1459 of file CMatrixViews.h.
| const T& mrpt::math::IndirectAccessWrapper< T >::getProxied | ( | size_t | proxiedR, | |
| size_t | c | |||
| ) | const [inline] |
Definition at line 1468 of file CMatrixViews.h.
| T& mrpt::math::IndirectAccessWrapper< T >::getProxied | ( | size_t | proxiedR, | |
| size_t | c | |||
| ) | [inline] |
Definition at line 1465 of file CMatrixViews.h.
| size_t mrpt::math::IndirectAccessWrapper< T >::getProxyRow | ( | size_t | r | ) | [inline] |
Definition at line 1462 of file CMatrixViews.h.
| size_t mrpt::math::IndirectAccessWrapper< T >::getRowCount | ( | ) | const [inline] |
Definition at line 1456 of file CMatrixViews.h.
| const T& mrpt::math::IndirectAccessWrapper< T >::operator() | ( | size_t | r, | |
| size_t | c | |||
| ) | const [inline] |
Definition at line 1447 of file CMatrixViews.h.
| T& mrpt::math::IndirectAccessWrapper< T >::operator() | ( | size_t | r, | |
| size_t | c | |||
| ) | [inline] |
Definition at line 1444 of file CMatrixViews.h.
std::vector<size_t> mrpt::math::IndirectAccessWrapper< T >::colsIndices [private] |
Definition at line 1428 of file CMatrixViews.h.
CMatrixTemplateNumeric<T> mrpt::math::IndirectAccessWrapper< T >::mat [private] |
Definition at line 1426 of file CMatrixViews.h.
std::vector<size_t> mrpt::math::IndirectAccessWrapper< T >::rowsIndices [private] |
Definition at line 1427 of file CMatrixViews.h.
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |