Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Static Public Member Functions
Eigen::internal::transform_transform_product_impl< Transform< Scalar, Dim, LhsMode, LhsOptions >, Transform< Scalar, Dim, RhsMode, RhsOptions >, false > Struct Template Reference

Public Types

enum  { ResultMode = transform_product_result<LhsMode,RhsMode>::Mode }
 
typedef Transform< Scalar, Dim, LhsMode, LhsOptions > Lhs
 
typedef Transform< Scalar, Dim, RhsMode, RhsOptions > Rhs
 
typedef Transform< Scalar, Dim, ResultMode, LhsOptions > ResultType
 

Static Public Member Functions

static ResultType run (const Lhs &lhs, const Rhs &rhs)
 

Detailed Description

template<typename Scalar, int Dim, int LhsMode, int LhsOptions, int RhsMode, int RhsOptions>
struct Eigen::internal::transform_transform_product_impl< Transform< Scalar, Dim, LhsMode, LhsOptions >, Transform< Scalar, Dim, RhsMode, RhsOptions >, false >

Definition at line 1379 of file Transform.h.


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