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

internal::plain_matrix_type_row_major< T > Struct Template Reference


Detailed Description

template<typename T>
struct internal::plain_matrix_type_row_major< T >

Definition at line 245 of file XprHelper.h.

#include <src/Core/util/XprHelper.h>

List of all members.

Public Types

enum  { Rows = traits<T>::RowsAtCompileTime, Cols = traits<T>::ColsAtCompileTime, MaxRows = traits<T>::MaxRowsAtCompileTime, MaxCols = traits<T>::MaxColsAtCompileTime }
typedef Matrix< typename
traits< T >::Scalar, Rows,
Cols,(MaxCols==1 &&MaxRows!=1)?RowMajor:ColMajor,
MaxRows, MaxCols > 
type

Member Typedef Documentation

template<typename T>
typedef Matrix<typename traits<T>::Scalar, Rows, Cols, (MaxCols==1&&MaxRows!=1) ? RowMajor : ColMajor, MaxRows, MaxCols > internal::plain_matrix_type_row_major< T >::type

Definition at line 258 of file XprHelper.h.


Member Enumeration Documentation

template<typename T>
anonymous enum
Enumerator:
Rows 
Cols 
MaxRows 
MaxCols 

Definition at line 247 of file XprHelper.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011