#include <mrpt/math/CMatrixViews.h>


Public Types | |
| typedef CConstVectorColumnWrapper< VEC > | mrpt_autotype |
Public Member Functions | |
| DECLARE_MRPT_CONTAINER_TYPES DECLARE_MRPT_CONTAINER_IS_MATRIX DECLARE_MRPT_MATRIX_ITERATORS | CConstVectorColumnWrapper (const VEC &v) |
| size_t | getRowCount () const |
| value_type | get_unsafe (size_t i, size_t j) const |
| value_type | operator() (size_t i, size_t j) const |
| void | setSize (size_t r, size_t c) |
| void | resize (size_t rc) |
Static Public Member Functions | |
| static size_t | getColCount () |
Private Attributes | |
| const VEC & | vec |
Definition at line 1233 of file CMatrixViews.h.
| typedef CConstVectorColumnWrapper<VEC> mrpt::math::CConstVectorColumnWrapper< VEC >::mrpt_autotype |
Definition at line 1237 of file CMatrixViews.h.
| DECLARE_MRPT_CONTAINER_TYPES DECLARE_MRPT_CONTAINER_IS_MATRIX DECLARE_MRPT_MATRIX_ITERATORS mrpt::math::CConstVectorColumnWrapper< VEC >::CConstVectorColumnWrapper | ( | const VEC & | v | ) | [inline] |
Definition at line 1244 of file CMatrixViews.h.
| value_type mrpt::math::CConstVectorColumnWrapper< VEC >::get_unsafe | ( | size_t | i, | |
| size_t | j | |||
| ) | const [inline] |
Definition at line 1251 of file CMatrixViews.h.
| static size_t mrpt::math::CConstVectorColumnWrapper< VEC >::getColCount | ( | ) | [inline, static] |
Definition at line 1248 of file CMatrixViews.h.
| size_t mrpt::math::CConstVectorColumnWrapper< VEC >::getRowCount | ( | ) | const [inline] |
Definition at line 1245 of file CMatrixViews.h.
| value_type mrpt::math::CConstVectorColumnWrapper< VEC >::operator() | ( | size_t | i, | |
| size_t | j | |||
| ) | const [inline] |
Definition at line 1254 of file CMatrixViews.h.
References ASSERT_.
| void mrpt::math::CConstVectorColumnWrapper< VEC >::resize | ( | size_t | rc | ) | [inline] |
Definition at line 1262 of file CMatrixViews.h.
| void mrpt::math::CConstVectorColumnWrapper< VEC >::setSize | ( | size_t | r, | |
| size_t | c | |||
| ) | [inline] |
Definition at line 1258 of file CMatrixViews.h.
References ASSERT_.
const VEC& mrpt::math::CConstVectorColumnWrapper< VEC >::vec [private] |
Definition at line 1235 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 |