Main MRPT website > C++ reference
MRPT logo
Public Types
Eigen::internal::traits< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > > Struct Template Reference

Detailed Description

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

Definition at line 46 of file Core.

List of all members.

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

Member Typedef Documentation

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
typedef ConditionMatrixType::Nested Eigen::internal::traits< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::ConditionMatrixNested

Definition at line 52 of file Core.

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
typedef ElseMatrixType::Nested Eigen::internal::traits< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::ElseMatrixNested

Definition at line 54 of file Core.

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

Definition at line 49 of file Core.

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
typedef Dense Eigen::internal::traits< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::StorageKind

Definition at line 50 of file Core.

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
typedef ThenMatrixType::Nested Eigen::internal::traits< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::ThenMatrixNested

Definition at line 53 of file Core.

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

Definition at line 51 of file Core.


Member Enumeration Documentation

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
anonymous enum
Enumerator:
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
Flags 
CoeffReadCost 

Definition at line 55 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo