Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Public Attributes
Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs > Struct Template Reference

Detailed Description

template<typename MatrixType, typename Rhs>
struct Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >

Definition at line 290 of file Geometry.

Inheritance diagram for Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef remove_all< typename
Rhs::Nested >::type 
RhsNested
typedef MatrixType::Index Index
typedef internal::traits
< homogeneous_right_product_impl
< Homogeneous< MatrixType,
Horizontal >, Rhs >
>::ReturnType 
ReturnType
typedef
internal::dense_xpr_base
< ReturnByValue >::type 
Base

Public Member Functions

 homogeneous_right_product_impl (const MatrixType &lhs, const Rhs &rhs)
Index rows () const
Index cols () const
template<typename Dest >
void evalTo (Dest &dst) const

Public Attributes

const MatrixType::Nested m_lhs
const Rhs::Nested m_rhs

Member Typedef Documentation

typedef internal::dense_xpr_base<ReturnByValue>::type Eigen::ReturnByValue< homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs > >::Base [inherited]

Definition at line 70 of file Core.

template<typename MatrixType , typename Rhs >
typedef MatrixType::Index Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::Index

Definition at line 294 of file Geometry.

typedef internal::traits<homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs > >::ReturnType Eigen::ReturnByValue< homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs > >::ReturnType [inherited]

Definition at line 68 of file Core.

template<typename MatrixType , typename Rhs >
typedef remove_all<typename Rhs::Nested>::type Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::RhsNested

Definition at line 293 of file Geometry.


Constructor & Destructor Documentation

template<typename MatrixType , typename Rhs >
Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::homogeneous_right_product_impl ( const MatrixType &  lhs,
const Rhs &  rhs 
) [inline]

Definition at line 295 of file Geometry.


Member Function Documentation

template<typename MatrixType , typename Rhs >
Index Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::cols ( void  ) const [inline]
template<typename MatrixType , typename Rhs >
template<typename Dest >
void Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::evalTo ( Dest &  dst) const [inline]
template<typename MatrixType , typename Rhs >
Index Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::rows ( void  ) const [inline]

Member Data Documentation

template<typename MatrixType , typename Rhs >
const MatrixType::Nested Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::m_lhs

Definition at line 313 of file Geometry.

template<typename MatrixType , typename Rhs >
const Rhs::Nested Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::m_rhs

Definition at line 314 of file Geometry.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo