Definition at line 286 of file Homogeneous.h.
#include <src/Geometry/Homogeneous.h>

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 |
| typedef MatrixType::Index internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::Index |
Definition at line 290 of file Homogeneous.h.
| typedef remove_all<typename Rhs::Nested>::type internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::RhsNested |
Definition at line 289 of file Homogeneous.h.
| internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::homogeneous_right_product_impl | ( | const MatrixType & | lhs, |
| const Rhs & | rhs | ||
| ) | [inline] |
Definition at line 291 of file Homogeneous.h.
| Index internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::cols | ( | void | ) | const [inline] |
Reimplemented from ReturnByValue< homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs > >.
Definition at line 296 of file Homogeneous.h.
| void internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::evalTo | ( | Dest & | dst ) | const [inline] |
Reimplemented from ReturnByValue< homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs > >.
Definition at line 298 of file Homogeneous.h.
References Dynamic.
| Index internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::rows | ( | void | ) | const [inline] |
Reimplemented from ReturnByValue< homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs > >.
Definition at line 295 of file Homogeneous.h.
| const MatrixType::Nested internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::m_lhs |
Definition at line 309 of file Homogeneous.h.
| const Rhs::Nested internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::m_rhs |
Definition at line 310 of file Homogeneous.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |