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

List of all members.

Public Member Functions

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

Static Public Member Functions

static DenseIndex cols (void)

Private Attributes

T * m_data
DenseIndex m_rows

Constructor & Destructor Documentation

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

Definition at line 285 of file Core.

Definition at line 286 of file Core.

Eigen::DenseStorage< T, Dynamic, Dynamic, _Cols, _Options >::DenseStorage ( DenseIndex  size,
DenseIndex  rows,
DenseIndex   
) [inline]

Definition at line 287 of file Core.

Eigen::DenseStorage< T, Dynamic, Dynamic, _Cols, _Options >::~DenseStorage ( ) [inline]

Definition at line 289 of file Core.


Member Function Documentation

static DenseIndex Eigen::DenseStorage< T, Dynamic, Dynamic, _Cols, _Options >::cols ( void  ) [inline, static]

Definition at line 292 of file Core.

void Eigen::DenseStorage< T, Dynamic, Dynamic, _Cols, _Options >::conservativeResize ( DenseIndex  size,
DenseIndex  rows,
DenseIndex   
) [inline]

Definition at line 293 of file Core.

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

Definition at line 311 of file Core.

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

Definition at line 312 of file Core.

EIGEN_STRONG_INLINE void Eigen::DenseStorage< T, Dynamic, Dynamic, _Cols, _Options >::resize ( DenseIndex  size,
DenseIndex  rows,
DenseIndex   
) [inline]

Definition at line 298 of file Core.

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

Definition at line 291 of file Core.

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

Definition at line 290 of file Core.


Member Data Documentation

T* Eigen::DenseStorage< T, Dynamic, Dynamic, _Cols, _Options >::m_data [private]

Definition at line 282 of file Core.

DenseIndex Eigen::DenseStorage< T, Dynamic, Dynamic, _Cols, _Options >::m_rows [private]

Definition at line 283 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