Public Member Functions | Static Public Member Functions | Private Attributes
DenseStorage< T, Dynamic, _Rows, Dynamic, _Options > Class Template Reference

#include <DenseStorage.h>

List of all members.

Public Member Functions

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

Static Public Member Functions

static DenseIndex rows (void)

Private Attributes

DenseIndex m_cols
Tm_data

Detailed Description

template<typename T, int _Rows, int _Options>
class DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >

Definition at line 233 of file DenseStorage.h.


Constructor & Destructor Documentation

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

Definition at line 238 of file DenseStorage.h.

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

Definition at line 239 of file DenseStorage.h.

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

Definition at line 240 of file DenseStorage.h.

template<typename T , int _Rows, int _Options>
DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::~DenseStorage ( ) [inline]

Definition at line 242 of file DenseStorage.h.


Member Function Documentation

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

Definition at line 245 of file DenseStorage.h.

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

Definition at line 246 of file DenseStorage.h.

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

Definition at line 264 of file DenseStorage.h.

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

Definition at line 265 of file DenseStorage.h.

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

Definition at line 251 of file DenseStorage.h.

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

Definition at line 244 of file DenseStorage.h.

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

Definition at line 243 of file DenseStorage.h.


Member Data Documentation

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

Definition at line 236 of file DenseStorage.h.

template<typename T , int _Rows, int _Options>
T* DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::m_data [private]

Definition at line 235 of file DenseStorage.h.


The documentation for this class was generated from the following file:


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:01