Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Member Functions
Eigen::DenseStorage< T, Size, Dynamic, Dynamic, _Options > Class Template Reference

Public Member Functions

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

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.


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