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

List of all members.

Public Member Functions

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

Private Attributes

T * m_data
DenseIndex m_rows
DenseIndex m_cols

Constructor & Destructor Documentation

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

Definition at line 208 of file Core.

Definition at line 209 of file Core.

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

Definition at line 211 of file Core.

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

Definition at line 214 of file Core.


Member Function Documentation

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

Definition at line 218 of file Core.

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

Definition at line 219 of file Core.

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

Definition at line 239 of file Core.

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

Definition at line 240 of file Core.

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

Definition at line 225 of file Core.

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

Definition at line 217 of file Core.

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

Definition at line 215 of file Core.


Member Data Documentation

Definition at line 206 of file Core.

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

Definition at line 204 of file Core.

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