Main MRPT website > C++ reference
MRPT logo
Public Types

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


Detailed Description

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

Definition at line 46 of file Homogeneous.h.

#include <src/Geometry/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

Member Typedef Documentation

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

Definition at line 51 of file Homogeneous.h.

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

Definition at line 50 of file Homogeneous.h.

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

Definition at line 49 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 52 of file Homogeneous.h.




Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011