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

List of all members.

Public Member Functions

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

Static Public Member Functions

static DenseIndex rows (void)

Private Attributes

T * m_data
DenseIndex m_cols

Constructor & Destructor Documentation

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

Definition at line 249 of file Core.

Definition at line 250 of file Core.

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

Definition at line 251 of file Core.

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

Definition at line 253 of file Core.


Member Function Documentation

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

Definition at line 256 of file Core.

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

Definition at line 257 of file Core.

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

Definition at line 275 of file Core.

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

Definition at line 276 of file Core.

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

Definition at line 262 of file Core.

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

Definition at line 255 of file Core.

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

Definition at line 254 of file Core.


Member Data Documentation

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

Definition at line 247 of file Core.

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

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