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

Public Types

enum  {
  RowsAtCompileTime = ConditionMatrixType::RowsAtCompileTime, ColsAtCompileTime = ConditionMatrixType::ColsAtCompileTime, MaxRowsAtCompileTime = ConditionMatrixType::MaxRowsAtCompileTime, MaxColsAtCompileTime = ConditionMatrixType::MaxColsAtCompileTime,
  Flags = (unsigned int)ThenMatrixType::Flags & ElseMatrixType::Flags & HereditaryBits, CoeffReadCost
}
 
typedef traits< ThenMatrixType >::Scalar Scalar
 
typedef Dense StorageKind
 
typedef traits< ThenMatrixType >::XprKind XprKind
 
typedef ConditionMatrixType::Nested ConditionMatrixNested
 
typedef ThenMatrixType::Nested ThenMatrixNested
 
typedef ElseMatrixType::Nested ElseMatrixNested
 

Detailed Description

template<typename ConditionMatrixType, typename ThenMatrixType, typename ElseMatrixType>
struct Eigen::internal::traits< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >

Definition at line 32 of file Select.h.


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