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

Public Member Functions

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

Static Public Member Functions

static DenseIndex cols (void)
 

Detailed Description

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

Definition at line 294 of file DenseStorage.h.


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