Main MRPT website > C++ reference
MRPT logo

mrpt::math::CVectorColumnWrapper< VEC > Class Template Reference

#include <mrpt/math/CMatrixViews.h>

Inheritance diagram for mrpt::math::CVectorColumnWrapper< VEC >:
Inheritance graph
[legend]
Collaboration diagram for mrpt::math::CVectorColumnWrapper< VEC >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef CVectorColumnWrapper< VEC > mrpt_autotype

Public Member Functions

DECLARE_MRPT_CONTAINER_TYPES
DECLARE_MRPT_CONTAINER_IS_MATRIX
DECLARE_MRPT_MATRIX_ITERATORS 
CVectorColumnWrapper (VEC &v)
size_t getRowCount () const
value_type & get_unsafe (size_t i, size_t j)
value_type get_unsafe (size_t i, size_t j) const
void set_unsafe (size_t i, size_t j, value_type v)
value_type & operator() (size_t i, size_t j)
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

VEC & vec

Detailed Description

template<typename VEC>
class mrpt::math::CVectorColumnWrapper< VEC >

Definition at line 1186 of file CMatrixViews.h.


Member Typedef Documentation

template<typename VEC >
typedef CVectorColumnWrapper<VEC> mrpt::math::CVectorColumnWrapper< VEC >::mrpt_autotype

Definition at line 1190 of file CMatrixViews.h.


Constructor & Destructor Documentation

template<typename VEC >
DECLARE_MRPT_CONTAINER_TYPES DECLARE_MRPT_CONTAINER_IS_MATRIX DECLARE_MRPT_MATRIX_ITERATORS mrpt::math::CVectorColumnWrapper< VEC >::CVectorColumnWrapper ( VEC &  v  )  [inline]

Definition at line 1197 of file CMatrixViews.h.


Member Function Documentation

template<typename VEC >
value_type mrpt::math::CVectorColumnWrapper< VEC >::get_unsafe ( size_t  i,
size_t  j 
) const [inline]

Definition at line 1207 of file CMatrixViews.h.

template<typename VEC >
value_type& mrpt::math::CVectorColumnWrapper< VEC >::get_unsafe ( size_t  i,
size_t  j 
) [inline]

Definition at line 1204 of file CMatrixViews.h.

template<typename VEC >
static size_t mrpt::math::CVectorColumnWrapper< VEC >::getColCount (  )  [inline, static]

Definition at line 1201 of file CMatrixViews.h.

template<typename VEC >
size_t mrpt::math::CVectorColumnWrapper< VEC >::getRowCount (  )  const [inline]

Definition at line 1198 of file CMatrixViews.h.

template<typename VEC >
value_type mrpt::math::CVectorColumnWrapper< VEC >::operator() ( size_t  i,
size_t  j 
) const [inline]

Definition at line 1217 of file CMatrixViews.h.

References ASSERT_.

template<typename VEC >
value_type& mrpt::math::CVectorColumnWrapper< VEC >::operator() ( size_t  i,
size_t  j 
) [inline]

Definition at line 1213 of file CMatrixViews.h.

References ASSERT_.

template<typename VEC >
void mrpt::math::CVectorColumnWrapper< VEC >::resize ( size_t  rc  )  [inline]

Definition at line 1225 of file CMatrixViews.h.

template<typename VEC >
void mrpt::math::CVectorColumnWrapper< VEC >::set_unsafe ( size_t  i,
size_t  j,
value_type  v 
) [inline]

Definition at line 1210 of file CMatrixViews.h.

template<typename VEC >
void mrpt::math::CVectorColumnWrapper< VEC >::setSize ( size_t  r,
size_t  c 
) [inline]

Definition at line 1221 of file CMatrixViews.h.

References ASSERT_.


Member Data Documentation

template<typename VEC >
VEC& mrpt::math::CVectorColumnWrapper< VEC >::vec [private]

Definition at line 1188 of file CMatrixViews.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010