Public Types | Public Member Functions | Public Attributes

internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs > Struct Template Reference

#include <Homogeneous.h>

Inheritance diagram for internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >:
ReturnByValue< homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs > > type

List of all members.

Public Types

typedef remove_all< typename
Rhs::Nested >::type 
RhsNested
typedef MatrixType::Index Index

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

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


Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

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