Public Member Functions | Private Attributes | List of all members
Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options > Class Template Reference

#include <DenseStorage.h>

Public Member Functions

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

Private Attributes

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

Detailed Description

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

Definition at line 197 of file DenseStorage.h.

Constructor & Destructor Documentation

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

Definition at line 202 of file DenseStorage.h.

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

Definition at line 203 of file DenseStorage.h.

template<typename T , int Size, int _Rows, int _Options>
Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::DenseStorage ( DenseIndex  ,
DenseIndex  ,
DenseIndex  nbCols 
)
inline

Definition at line 205 of file DenseStorage.h.

Member Function Documentation

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

Definition at line 208 of file DenseStorage.h.

template<typename T , int Size, int _Rows, int _Options>
void Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::conservativeResize ( DenseIndex  ,
DenseIndex  ,
DenseIndex  nbCols 
)
inline

Definition at line 209 of file DenseStorage.h.

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

Definition at line 211 of file DenseStorage.h.

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

Definition at line 212 of file DenseStorage.h.

template<typename T , int Size, int _Rows, int _Options>
void Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::resize ( DenseIndex  ,
DenseIndex  ,
DenseIndex  nbCols 
)
inline

Definition at line 210 of file DenseStorage.h.

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

Definition at line 207 of file DenseStorage.h.

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

Definition at line 206 of file DenseStorage.h.

Member Data Documentation

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

Definition at line 200 of file DenseStorage.h.

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

Definition at line 199 of file DenseStorage.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:05