Definition at line 46 of file Homogeneous.h.
#include <src/Geometry/Homogeneous.h>
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 |
| typedef remove_reference<MatrixTypeNested>::type internal::traits< Homogeneous< MatrixType, Direction > >::_MatrixTypeNested |
Definition at line 51 of file Homogeneous.h.
| typedef nested<MatrixType>::type internal::traits< Homogeneous< MatrixType, Direction > >::MatrixTypeNested |
Definition at line 50 of file Homogeneous.h.
| typedef traits<MatrixType>::StorageKind internal::traits< Homogeneous< MatrixType, Direction > >::StorageKind |
Definition at line 49 of file Homogeneous.h.
| anonymous enum |
| 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 |