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

List of all members.

Public Member Functions

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

Private Attributes

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

Constructor & Destructor Documentation

Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::DenseStorage ( ) [inline, explicit]

Definition at line 188 of file Core.

Definition at line 189 of file Core.

Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::DenseStorage ( DenseIndex  ,
DenseIndex  ,
DenseIndex  cols 
) [inline]

Definition at line 191 of file Core.


Member Function Documentation

DenseIndex Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::cols ( void  ) const [inline]

Definition at line 194 of file Core.

void Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::conservativeResize ( DenseIndex  ,
DenseIndex  ,
DenseIndex  cols 
) [inline]

Definition at line 195 of file Core.

const T* Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::data ( ) const [inline]

Definition at line 197 of file Core.

T* Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::data ( ) [inline]

Definition at line 198 of file Core.

void Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::resize ( DenseIndex  ,
DenseIndex  ,
DenseIndex  cols 
) [inline]

Definition at line 196 of file Core.

DenseIndex Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::rows ( void  ) const [inline]

Definition at line 193 of file Core.

void Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::swap ( DenseStorage< T, Size, _Rows, Dynamic, _Options > &  other) [inline]

Definition at line 192 of file Core.


Member Data Documentation

DenseIndex Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::m_cols [private]

Definition at line 186 of file Core.

internal::plain_array<T,Size,_Options> Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::m_data [private]

Definition at line 185 of file Core.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011