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

internal::kernel_retval_base< _DecompositionType > Class Template Reference


Detailed Description

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

Definition at line 50 of file Kernel.h.

#include <src/misc/Kernel.h>

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

List of all members.

Public Types

typedef _DecompositionType DecompositionType
typedef ReturnByValue
< kernel_retval_base
Base
typedef Base::Index Index

Public Member Functions

 kernel_retval_base (const DecompositionType &dec)
Index rows () const
Index cols () const
Index rank () const
const DecompositionTypedec () const
template<typename Dest >
void evalTo (Dest &dst) const

Protected Attributes

const DecompositionTypem_dec
Index m_rank
Index m_cols

Member Typedef Documentation

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

Reimplemented from ReturnByValue< kernel_retval_base< _DecompositionType > >.

Definition at line 54 of file Kernel.h.

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

Definition at line 53 of file Kernel.h.

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

Definition at line 55 of file Kernel.h.


Constructor & Destructor Documentation

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

Definition at line 57 of file Kernel.h.


Member Function Documentation

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

Reimplemented from ReturnByValue< kernel_retval_base< _DecompositionType > >.

Definition at line 64 of file Kernel.h.

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

Definition at line 66 of file Kernel.h.

template<typename _DecompositionType>
template<typename Dest >
void internal::kernel_retval_base< _DecompositionType >::evalTo ( Dest &  dst  )  const [inline]
template<typename _DecompositionType>
Index internal::kernel_retval_base< _DecompositionType >::rank (  )  const [inline]

Definition at line 65 of file Kernel.h.

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

Reimplemented from ReturnByValue< kernel_retval_base< _DecompositionType > >.

Definition at line 63 of file Kernel.h.


Member Data Documentation

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



Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011