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

Public Member Functions

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

Static Public Member Functions

static DenseIndex rows (void)
 

Detailed Description

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

Definition at line 258 of file DenseStorage.h.


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