Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Protected Attributes

internal::image_retval_base< _DecompositionType > Class Template Reference


Detailed Description

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

Definition at line 48 of file Image.h.

#include <src/misc/Image.h>

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

List of all members.

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 DecompositionTypedec () const
const MatrixTypeoriginalMatrix () const
template<typename Dest >
void evalTo (Dest &dst) const

Protected Attributes

const DecompositionTypem_dec
Index m_rank
Index m_cols
const MatrixTypem_originalMatrix

Member Typedef Documentation

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

Reimplemented from ReturnByValue< image_retval_base< _DecompositionType > >.

Definition at line 53 of file Image.h.

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

Definition at line 51 of file Image.h.

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

Definition at line 54 of file Image.h.

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

Definition at line 52 of file Image.h.


Constructor & Destructor Documentation

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

Definition at line 56 of file Image.h.


Member Function Documentation

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

Reimplemented from ReturnByValue< image_retval_base< _DecompositionType > >.

Definition at line 63 of file Image.h.

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

Definition at line 65 of file Image.h.

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

Definition at line 66 of file Image.h.

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

Definition at line 64 of file Image.h.

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

Reimplemented from ReturnByValue< image_retval_base< _DecompositionType > >.

Definition at line 62 of file Image.h.


Member Data Documentation

template<typename _DecompositionType>
Index internal::image_retval_base< _DecompositionType >::m_cols [protected]
template<typename _DecompositionType>
const DecompositionType& internal::image_retval_base< _DecompositionType >::m_dec [protected]
template<typename _DecompositionType>
const MatrixType& internal::image_retval_base< _DecompositionType >::m_originalMatrix [protected]
template<typename _DecompositionType>
Index internal::image_retval_base< _DecompositionType >::m_rank [protected]



Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011