MOAB  4.9.3pre
Eigen::internal::take_matrix_for_product< MatrixOrTransformType > Struct Template Reference

#include <Homogeneous.h>

List of all members.

Public Types

typedef MatrixOrTransformType type

Static Public Member Functions

static const typerun (const type &x)

Detailed Description

template<typename MatrixOrTransformType>
struct Eigen::internal::take_matrix_for_product< MatrixOrTransformType >

Definition at line 197 of file Homogeneous.h.


Member Typedef Documentation

template<typename MatrixOrTransformType>
typedef MatrixOrTransformType Eigen::internal::take_matrix_for_product< MatrixOrTransformType >::type

Definition at line 199 of file Homogeneous.h.


Member Function Documentation

template<typename MatrixOrTransformType>
static const type& Eigen::internal::take_matrix_for_product< MatrixOrTransformType >::run ( const type x) [inline, static]

Definition at line 200 of file Homogeneous.h.

{ return x; }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines