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

#include <DenseStorage.h>

Public Member Functions

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

Private Attributes

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

Detailed Description

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

Definition at line 157 of file DenseStorage.h.

Constructor & Destructor Documentation

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

Definition at line 163 of file DenseStorage.h.

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 164 of file DenseStorage.h.

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

Definition at line 166 of file DenseStorage.h.

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 170 of file DenseStorage.h.

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

Definition at line 171 of file DenseStorage.h.

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

Definition at line 173 of file DenseStorage.h.

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

Definition at line 174 of file DenseStorage.h.

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

Definition at line 172 of file DenseStorage.h.

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

Definition at line 169 of file DenseStorage.h.

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 167 of file DenseStorage.h.

Member Data Documentation

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

Definition at line 161 of file DenseStorage.h.

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 159 of file DenseStorage.h.

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

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