Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types
Eigen::internal::traits< Homogeneous< MatrixType, Direction > > Struct Template Reference
+ Inheritance diagram for Eigen::internal::traits< Homogeneous< MatrixType, Direction > >:
+ Collaboration diagram for Eigen::internal::traits< Homogeneous< MatrixType, Direction > >:

Public Types

enum  {
  RowsPlusOne, ColsPlusOne, RowsAtCompileTime = Direction==Vertical ? RowsPlusOne : MatrixType::RowsAtCompileTime, ColsAtCompileTime = Direction==Horizontal ? ColsPlusOne : MatrixType::ColsAtCompileTime,
  MaxRowsAtCompileTime = RowsAtCompileTime, MaxColsAtCompileTime = ColsAtCompileTime, TmpFlags = _MatrixTypeNested::Flags & HereditaryBits, Flags,
  CoeffReadCost = _MatrixTypeNested::CoeffReadCost
}
 
typedef traits< MatrixType >::StorageKind StorageKind
 
typedef nested< MatrixType >::type MatrixTypeNested
 
typedef remove_reference< MatrixTypeNested >::type _MatrixTypeNested
 

Detailed Description

template<typename MatrixType, int Direction>
struct Eigen::internal::traits< Homogeneous< MatrixType, Direction > >

Definition at line 33 of file Homogeneous.h.


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