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

Public Member Functions

 DenseStorage (internal::constructor_without_unaligned_array_assert)
 
 DenseStorage (DenseIndex, DenseIndex, DenseIndex nbCols)
 
void swap (DenseStorage &other)
 
DenseIndex rows (void) const
 
DenseIndex cols (void) const
 
void conservativeResize (DenseIndex, DenseIndex, DenseIndex nbCols)
 
void resize (DenseIndex, DenseIndex, DenseIndex nbCols)
 
const T * data () const
 
T * 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.


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