#include <src/misc/Image.h>
Public Types | |
typedef _DecompositionType | DecompositionType |
typedef DecompositionType::MatrixType | MatrixType |
typedef ReturnByValue < image_retval_base > | Base |
typedef Base::Index | Index |
Public Member Functions | |
image_retval_base (const DecompositionType &dec, const MatrixType &originalMatrix) | |
Index | rows () const |
Index | cols () const |
Index | rank () const |
const DecompositionType & | dec () const |
const MatrixType & | originalMatrix () const |
template<typename Dest > | |
void | evalTo (Dest &dst) const |
Protected Attributes | |
const DecompositionType & | m_dec |
Index | m_rank |
Index | m_cols |
const MatrixType & | m_originalMatrix |
typedef ReturnByValue<image_retval_base> internal::image_retval_base< _DecompositionType >::Base |
Reimplemented from ReturnByValue< image_retval_base< _DecompositionType > >.
typedef _DecompositionType internal::image_retval_base< _DecompositionType >::DecompositionType |
typedef Base::Index internal::image_retval_base< _DecompositionType >::Index |
typedef DecompositionType::MatrixType internal::image_retval_base< _DecompositionType >::MatrixType |
internal::image_retval_base< _DecompositionType >::image_retval_base | ( | const DecompositionType & | dec, |
const MatrixType & | originalMatrix | ||
) | [inline] |
Index internal::image_retval_base< _DecompositionType >::cols | ( | void | ) | const [inline] |
Reimplemented from ReturnByValue< image_retval_base< _DecompositionType > >.
const DecompositionType& internal::image_retval_base< _DecompositionType >::dec | ( | ) | const [inline] |
void internal::image_retval_base< _DecompositionType >::evalTo | ( | Dest & | dst | ) | const [inline] |
Reimplemented from ReturnByValue< image_retval_base< _DecompositionType > >.
Reimplemented in internal::image_retval< FullPivLU< _MatrixType > >.
Definition at line 68 of file Image.h.
Referenced by internal::image_retval_base< FullPivLU< _MatrixType > >::evalTo().
const MatrixType& internal::image_retval_base< _DecompositionType >::originalMatrix | ( | ) | const [inline] |
Index internal::image_retval_base< _DecompositionType >::rank | ( | ) | const [inline] |
Index internal::image_retval_base< _DecompositionType >::rows | ( | void | ) | const [inline] |
Reimplemented from ReturnByValue< image_retval_base< _DecompositionType > >.
Index internal::image_retval_base< _DecompositionType >::m_cols [protected] |
Definition at line 75 of file Image.h.
Referenced by internal::image_retval_base< FullPivLU< _MatrixType > >::cols().
const DecompositionType& internal::image_retval_base< _DecompositionType >::m_dec [protected] |
Definition at line 74 of file Image.h.
Referenced by internal::image_retval_base< FullPivLU< _MatrixType > >::dec(), and internal::image_retval_base< FullPivLU< _MatrixType > >::rows().
const MatrixType& internal::image_retval_base< _DecompositionType >::m_originalMatrix [protected] |
Definition at line 76 of file Image.h.
Referenced by internal::image_retval_base< FullPivLU< _MatrixType > >::originalMatrix().
Index internal::image_retval_base< _DecompositionType >::m_rank [protected] |
Definition at line 75 of file Image.h.
Referenced by internal::image_retval_base< FullPivLU< _MatrixType > >::rank().
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |