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

#include <DenseStorage.h>

Public Member Functions

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

Private Attributes

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

Detailed Description

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

Definition at line 178 of file DenseStorage.h.

Constructor & Destructor Documentation

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

Definition at line 183 of file DenseStorage.h.

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

Definition at line 184 of file DenseStorage.h.

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

Definition at line 186 of file DenseStorage.h.

Member Function Documentation

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

Definition at line 189 of file DenseStorage.h.

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

Definition at line 190 of file DenseStorage.h.

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

Definition at line 192 of file DenseStorage.h.

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

Definition at line 193 of file DenseStorage.h.

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

Definition at line 191 of file DenseStorage.h.

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

Definition at line 188 of file DenseStorage.h.

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

Definition at line 187 of file DenseStorage.h.

Member Data Documentation

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

Definition at line 180 of file DenseStorage.h.

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

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