Public Types

internal::traits< Homogeneous< MatrixType, Direction > > Struct Template Reference

#include <Homogeneous.h>

List of all members.

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

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


Member Typedef Documentation

template<typename MatrixType , int Direction>
typedef remove_reference<MatrixTypeNested>::type internal::traits< Homogeneous< MatrixType, Direction > >::_MatrixTypeNested
template<typename MatrixType , int Direction>
typedef nested<MatrixType>::type internal::traits< Homogeneous< MatrixType, Direction > >::MatrixTypeNested
template<typename MatrixType , int Direction>
typedef traits<MatrixType>::StorageKind internal::traits< Homogeneous< MatrixType, Direction > >::StorageKind

Member Enumeration Documentation

template<typename MatrixType , int Direction>
anonymous enum
Enumerator:
RowsPlusOne 
ColsPlusOne 
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
TmpFlags 
Flags 
CoeffReadCost 

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