Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types
Eigen::internal::umeyama_transform_matrix_type< MatrixType, OtherMatrixType > Struct Template Reference

Public Types

enum  { MinRowsAtCompileTime = EIGEN_SIZE_MIN_PREFER_DYNAMIC(MatrixType::RowsAtCompileTime, OtherMatrixType::RowsAtCompileTime), HomogeneousDimension = int(MinRowsAtCompileTime) == Dynamic ? Dynamic : int(MinRowsAtCompileTime)+1 }
 
typedef Matrix< typename traits< MatrixType >::Scalar, HomogeneousDimension, HomogeneousDimension, AutoAlign|(traits< MatrixType >::Flags &RowMajorBit?RowMajor:ColMajor), HomogeneousDimension, HomogeneousDimension > type
 

Detailed Description

template<typename MatrixType, typename OtherMatrixType>
struct Eigen::internal::umeyama_transform_matrix_type< MatrixType, OtherMatrixType >

Definition at line 32 of file Umeyama.h.


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