|
MOAB
4.9.3pre
|
#include <Image.h>


Public Types | |
| typedef _DecompositionType | DecompositionType |
| typedef DecompositionType::MatrixType | MatrixType |
| typedef ReturnByValue < image_retval_base > | Base |
Public Member Functions | |
| image_retval_base (const DecompositionType &dec, const MatrixType &p_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> Eigen::internal::image_retval_base< _DecompositionType >::Base |
Reimplemented from Eigen::ReturnByValue< image_retval_base< _DecompositionType > >.
| typedef _DecompositionType Eigen::internal::image_retval_base< _DecompositionType >::DecompositionType |
| typedef DecompositionType::MatrixType Eigen::internal::image_retval_base< _DecompositionType >::MatrixType |
| Eigen::internal::image_retval_base< _DecompositionType >::image_retval_base | ( | const DecompositionType & | dec, |
| const MatrixType & | p_originalMatrix | ||
| ) | [inline] |
| Index Eigen::internal::image_retval_base< _DecompositionType >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< image_retval_base< _DecompositionType > >.
Definition at line 49 of file Image.h.
{ return m_cols; }
| const DecompositionType& Eigen::internal::image_retval_base< _DecompositionType >::dec | ( | ) | const [inline] |
| void Eigen::internal::image_retval_base< _DecompositionType >::evalTo | ( | Dest & | dst | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< image_retval_base< _DecompositionType > >.
Reimplemented in Eigen::internal::image_retval< FullPivLU< _MatrixType > >.
Definition at line 54 of file Image.h.
{
static_cast<const image_retval<DecompositionType>*>(this)->evalTo(dst);
}
| const MatrixType& Eigen::internal::image_retval_base< _DecompositionType >::originalMatrix | ( | ) | const [inline] |
Definition at line 52 of file Image.h.
{ return m_originalMatrix; }
| Index Eigen::internal::image_retval_base< _DecompositionType >::rank | ( | ) | const [inline] |
| Index Eigen::internal::image_retval_base< _DecompositionType >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< image_retval_base< _DecompositionType > >.
Definition at line 48 of file Image.h.
{ return m_dec.rows(); }
Index Eigen::internal::image_retval_base< _DecompositionType >::m_cols [protected] |
const DecompositionType& Eigen::internal::image_retval_base< _DecompositionType >::m_dec [protected] |
const MatrixType& Eigen::internal::image_retval_base< _DecompositionType >::m_originalMatrix [protected] |
Index Eigen::internal::image_retval_base< _DecompositionType >::m_rank [protected] |