Public Types | Public Member Functions | Protected Attributes
Eigen::internal::image_retval_base< _DecompositionType > Class Template Reference

#include <Image.h>

Inheritance diagram for Eigen::internal::image_retval_base< _DecompositionType >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef ReturnByValue
< image_retval_base
Base
typedef _DecompositionType DecompositionType
typedef Base::Index Index
typedef
DecompositionType::MatrixType 
MatrixType

Public Member Functions

Index cols () const
const DecompositionTypedec () const
template<typename Dest >
void evalTo (Dest &dst) const
 image_retval_base (const DecompositionType &dec, const MatrixType &originalMatrix)
const MatrixTypeoriginalMatrix () const
Index rank () const
Index rows () const

Protected Attributes

Index m_cols
const DecompositionTypem_dec
const MatrixTypem_originalMatrix
Index m_rank

Detailed Description

template<typename _DecompositionType>
class Eigen::internal::image_retval_base< _DecompositionType >

Definition at line 35 of file Image.h.


Member Typedef Documentation

template<typename _DecompositionType>
typedef ReturnByValue<image_retval_base> Eigen::internal::image_retval_base< _DecompositionType >::Base

Reimplemented from Eigen::ReturnByValue< image_retval_base< _DecompositionType > >.

Definition at line 40 of file Image.h.

template<typename _DecompositionType>
typedef _DecompositionType Eigen::internal::image_retval_base< _DecompositionType >::DecompositionType

Definition at line 38 of file Image.h.

template<typename _DecompositionType>
typedef Base::Index Eigen::internal::image_retval_base< _DecompositionType >::Index

Definition at line 41 of file Image.h.

template<typename _DecompositionType>
typedef DecompositionType::MatrixType Eigen::internal::image_retval_base< _DecompositionType >::MatrixType

Definition at line 39 of file Image.h.


Constructor & Destructor Documentation

template<typename _DecompositionType>
Eigen::internal::image_retval_base< _DecompositionType >::image_retval_base ( const DecompositionType dec,
const MatrixType originalMatrix 
) [inline]

Definition at line 43 of file Image.h.


Member Function Documentation

template<typename _DecompositionType>
Index Eigen::internal::image_retval_base< _DecompositionType >::cols ( void  ) const [inline]

Reimplemented from Eigen::ReturnByValue< image_retval_base< _DecompositionType > >.

Definition at line 50 of file Image.h.

template<typename _DecompositionType>
const DecompositionType& Eigen::internal::image_retval_base< _DecompositionType >::dec ( ) const [inline]

Definition at line 52 of file Image.h.

template<typename _DecompositionType>
template<typename Dest >
void Eigen::internal::image_retval_base< _DecompositionType >::evalTo ( Dest &  dst) const [inline]
template<typename _DecompositionType>
const MatrixType& Eigen::internal::image_retval_base< _DecompositionType >::originalMatrix ( ) const [inline]

Definition at line 53 of file Image.h.

template<typename _DecompositionType>
Index Eigen::internal::image_retval_base< _DecompositionType >::rank ( ) const [inline]

Definition at line 51 of file Image.h.

template<typename _DecompositionType>
Index Eigen::internal::image_retval_base< _DecompositionType >::rows ( void  ) const [inline]

Reimplemented from Eigen::ReturnByValue< image_retval_base< _DecompositionType > >.

Definition at line 49 of file Image.h.


Member Data Documentation

template<typename _DecompositionType>
Index Eigen::internal::image_retval_base< _DecompositionType >::m_cols [protected]

Definition at line 62 of file Image.h.

template<typename _DecompositionType>
const DecompositionType& Eigen::internal::image_retval_base< _DecompositionType >::m_dec [protected]

Definition at line 61 of file Image.h.

template<typename _DecompositionType>
const MatrixType& Eigen::internal::image_retval_base< _DecompositionType >::m_originalMatrix [protected]

Definition at line 63 of file Image.h.

template<typename _DecompositionType>
Index Eigen::internal::image_retval_base< _DecompositionType >::m_rank [protected]

Definition at line 62 of file Image.h.


The documentation for this class was generated from the following file:


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:13:00