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

Public Member Functions

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

Static Public Member Functions

static DenseIndex rows (void)
 
static DenseIndex cols (void)
 

Detailed Description

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

Definition at line 131 of file DenseStorage.h.


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