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

Detailed Description

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

Definition at line 133 of file Core.

List of all members.

Public Member Functions

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

Private Attributes

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

Constructor & Destructor Documentation

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

Definition at line 139 of file Core.

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

Definition at line 140 of file Core.

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

Definition at line 142 of file Core.


Member Function Documentation

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

Definition at line 146 of file Core.

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

Definition at line 147 of file Core.

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

Definition at line 150 of file Core.

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

Definition at line 149 of file Core.

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

Definition at line 148 of file Core.

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

Definition at line 145 of file Core.

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

Definition at line 143 of file Core.


Member Data Documentation

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

Definition at line 137 of file Core.

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

Definition at line 135 of file Core.

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

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