Public Types
Eigen::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 remove_reference
< MatrixTypeNested >::type 
_MatrixTypeNested
typedef nested< MatrixType >::type MatrixTypeNested
typedef traits< MatrixType >
::StorageKind 
StorageKind

Detailed Description

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

Definition at line 33 of file Homogeneous.h.


Member Typedef Documentation

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

Definition at line 38 of file Homogeneous.h.

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

Definition at line 37 of file Homogeneous.h.

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

Definition at line 36 of file Homogeneous.h.


Member Enumeration Documentation

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

Definition at line 39 of file Homogeneous.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:13:04