Main MRPT website > C++ reference
MRPT logo
Public Member Functions | Private Attributes

DenseStorage< T, Size, _Rows, Dynamic, _Options > Class Template Reference


Detailed Description

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

Definition at line 172 of file DenseStorage.h.

#include <src/Core/DenseStorage.h>

List of all members.

Public Member Functions

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

Private Attributes

internal::plain_array< T, Size,
_Options > 
m_data
DenseIndex m_cols

Constructor & Destructor Documentation

template<typename T , int Size, int _Rows, int _Options>
DenseStorage< T, Size, _Rows, Dynamic, _Options >::DenseStorage ( ) [inline, explicit]

Definition at line 177 of file DenseStorage.h.

template<typename T , int Size, int _Rows, int _Options>
DenseStorage< T, Size, _Rows, Dynamic, _Options >::DenseStorage ( internal::constructor_without_unaligned_array_assert  ) [inline]

Definition at line 178 of file DenseStorage.h.

template<typename T , int Size, int _Rows, int _Options>
DenseStorage< T, Size, _Rows, Dynamic, _Options >::DenseStorage ( DenseIndex  ,
DenseIndex  ,
DenseIndex  cols 
) [inline]

Definition at line 180 of file DenseStorage.h.


Member Function Documentation

template<typename T , int Size, int _Rows, int _Options>
DenseIndex DenseStorage< T, Size, _Rows, Dynamic, _Options >::cols ( void  ) const [inline]

Definition at line 183 of file DenseStorage.h.

template<typename T , int Size, int _Rows, int _Options>
void DenseStorage< T, Size, _Rows, Dynamic, _Options >::conservativeResize ( DenseIndex  ,
DenseIndex  ,
DenseIndex  cols 
) [inline]

Definition at line 184 of file DenseStorage.h.

template<typename T , int Size, int _Rows, int _Options>
T* DenseStorage< T, Size, _Rows, Dynamic, _Options >::data ( ) [inline]
template<typename T , int Size, int _Rows, int _Options>
const T* DenseStorage< T, Size, _Rows, Dynamic, _Options >::data ( ) const [inline]
template<typename T , int Size, int _Rows, int _Options>
void DenseStorage< T, Size, _Rows, Dynamic, _Options >::resize ( DenseIndex  ,
DenseIndex  ,
DenseIndex  cols 
) [inline]

Definition at line 185 of file DenseStorage.h.

template<typename T , int Size, int _Rows, int _Options>
DenseIndex DenseStorage< T, Size, _Rows, Dynamic, _Options >::rows ( void  ) const [inline]

Definition at line 182 of file DenseStorage.h.

template<typename T , int Size, int _Rows, int _Options>
void DenseStorage< T, Size, _Rows, Dynamic, _Options >::swap ( DenseStorage< T, Size, _Rows, Dynamic, _Options > &  other) [inline]

Member Data Documentation

template<typename T , int Size, int _Rows, int _Options>
DenseIndex DenseStorage< T, Size, _Rows, Dynamic, _Options >::m_cols [private]

Definition at line 175 of file DenseStorage.h.

template<typename T , int Size, int _Rows, int _Options>
internal::plain_array<T,Size,_Options> DenseStorage< T, Size, _Rows, Dynamic, _Options >::m_data [private]

Definition at line 174 of file DenseStorage.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011