Public Types | List of all members
Eigen::internal::traits< Homogeneous< MatrixType, Direction > > Struct Template Reference

#include <Homogeneous.h>

Inheritance diagram for Eigen::internal::traits< Homogeneous< MatrixType, Direction > >:
Inheritance graph
[legend]

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:


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:20