Main MRPT website > C++ reference
MRPT logo
Public Member Functions | Private Attributes
Eigen::DenseStorage< T, Size, Dynamic, _Cols, _Options > Class Template Reference

Detailed Description

template<typename T, int Size, int _Cols, int _Options>
class Eigen::DenseStorage< T, Size, Dynamic, _Cols, _Options >

Definition at line 154 of file Core.

List of all members.

Public Member Functions

 DenseStorage ()
 DenseStorage (internal::constructor_without_unaligned_array_assert)
 DenseStorage (DenseIndex, DenseIndex rows, DenseIndex)
void swap (DenseStorage &other)
DenseIndex rows (void) const
DenseIndex cols (void) const
void conservativeResize (DenseIndex, DenseIndex rows, DenseIndex)
void resize (DenseIndex, DenseIndex rows, DenseIndex)
const T * data () const
T * data ()

Private Attributes

internal::plain_array< T, Size,
_Options > 
m_data
DenseIndex m_rows

Constructor & Destructor Documentation

template<typename T , int Size, int _Cols, int _Options>
Eigen::DenseStorage< T, Size, Dynamic, _Cols, _Options >::DenseStorage ( ) [inline, explicit]

Definition at line 159 of file Core.

template<typename T , int Size, int _Cols, int _Options>
Eigen::DenseStorage< T, Size, Dynamic, _Cols, _Options >::DenseStorage ( internal::constructor_without_unaligned_array_assert  ) [inline]

Definition at line 160 of file Core.

template<typename T , int Size, int _Cols, int _Options>
Eigen::DenseStorage< T, Size, Dynamic, _Cols, _Options >::DenseStorage ( DenseIndex  ,
DenseIndex  rows,
DenseIndex   
) [inline]

Definition at line 162 of file Core.


Member Function Documentation

template<typename T , int Size, int _Cols, int _Options>
DenseIndex Eigen::DenseStorage< T, Size, Dynamic, _Cols, _Options >::cols ( void  ) const [inline]

Definition at line 165 of file Core.

template<typename T , int Size, int _Cols, int _Options>
void Eigen::DenseStorage< T, Size, Dynamic, _Cols, _Options >::conservativeResize ( DenseIndex  ,
DenseIndex  rows,
DenseIndex   
) [inline]

Definition at line 166 of file Core.

template<typename T , int Size, int _Cols, int _Options>
T* Eigen::DenseStorage< T, Size, Dynamic, _Cols, _Options >::data ( ) [inline]

Definition at line 169 of file Core.

template<typename T , int Size, int _Cols, int _Options>
const T* Eigen::DenseStorage< T, Size, Dynamic, _Cols, _Options >::data ( ) const [inline]

Definition at line 168 of file Core.

template<typename T , int Size, int _Cols, int _Options>
void Eigen::DenseStorage< T, Size, Dynamic, _Cols, _Options >::resize ( DenseIndex  ,
DenseIndex  rows,
DenseIndex   
) [inline]

Definition at line 167 of file Core.

template<typename T , int Size, int _Cols, int _Options>
DenseIndex Eigen::DenseStorage< T, Size, Dynamic, _Cols, _Options >::rows ( void  ) const [inline]

Definition at line 164 of file Core.

template<typename T , int Size, int _Cols, int _Options>
void Eigen::DenseStorage< T, Size, Dynamic, _Cols, _Options >::swap ( DenseStorage< T, Size, Dynamic, _Cols, _Options > &  other) [inline]

Definition at line 163 of file Core.


Member Data Documentation

template<typename T , int Size, int _Cols, int _Options>
internal::plain_array<T,Size,_Options> Eigen::DenseStorage< T, Size, Dynamic, _Cols, _Options >::m_data [private]

Definition at line 156 of file Core.

template<typename T , int Size, int _Cols, int _Options>
DenseIndex Eigen::DenseStorage< T, Size, Dynamic, _Cols, _Options >::m_rows [private]

Definition at line 157 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo