Definition at line 245 of file Homogeneous.h.
#include <src/Geometry/Homogeneous.h>
Public Types | |
typedef traits < homogeneous_left_product_impl > ::LhsMatrixType | LhsMatrixType |
typedef remove_all< typename LhsMatrixType::Nested >::type | LhsMatrixTypeNested |
typedef MatrixType::Index | Index |
Public Member Functions | |
homogeneous_left_product_impl (const Lhs &lhs, const MatrixType &rhs) | |
Index | rows () const |
Index | cols () const |
template<typename Dest > | |
void | evalTo (Dest &dst) const |
Public Attributes | |
const LhsMatrixType::Nested | m_lhs |
const MatrixType::Nested | m_rhs |
typedef MatrixType::Index internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::Index |
Definition at line 250 of file Homogeneous.h.
typedef traits<homogeneous_left_product_impl>::LhsMatrixType internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::LhsMatrixType |
Definition at line 248 of file Homogeneous.h.
typedef remove_all<typename LhsMatrixType::Nested>::type internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::LhsMatrixTypeNested |
Definition at line 249 of file Homogeneous.h.
internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::homogeneous_left_product_impl | ( | const Lhs & | lhs, | |
const MatrixType & | rhs | |||
) | [inline] |
Definition at line 251 of file Homogeneous.h.
Index internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::cols | ( | void | ) | const [inline] |
Reimplemented from ReturnByValue< homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs > >.
Definition at line 257 of file Homogeneous.h.
void internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::evalTo | ( | Dest & | dst | ) | const [inline] |
Reimplemented from ReturnByValue< homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs > >.
Definition at line 259 of file Homogeneous.h.
References Dynamic.
Index internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::rows | ( | void | ) | const [inline] |
Reimplemented from ReturnByValue< homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs > >.
Definition at line 256 of file Homogeneous.h.
const LhsMatrixType::Nested internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::m_lhs |
Definition at line 270 of file Homogeneous.h.
const MatrixType::Nested internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::m_rhs |
Definition at line 271 of file Homogeneous.h.
Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |