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

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


Detailed Description

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

Definition at line 98 of file DenseStorage.h.

#include <src/Core/DenseStorage.h>

Inheritance diagram for DenseStorage< T, Size, _Rows, _Cols, _Options >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DenseStorage ()
 DenseStorage (internal::constructor_without_unaligned_array_assert)
 DenseStorage (DenseIndex, DenseIndex, DenseIndex)
void swap (DenseStorage &other)
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)

Private Attributes

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

Constructor & Destructor Documentation

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

Definition at line 102 of file DenseStorage.h.

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

Definition at line 103 of file DenseStorage.h.

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

Definition at line 105 of file DenseStorage.h.


Member Function Documentation

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

Definition at line 109 of file DenseStorage.h.

template<typename T, int Size, int _Rows, int _Cols, int _Options>
T* DenseStorage< T, Size, _Rows, _Cols, _Options >::data (  ) [inline]

Definition at line 112 of file DenseStorage.h.

template<typename T, int Size, int _Rows, int _Cols, int _Options>
const T* DenseStorage< T, Size, _Rows, _Cols, _Options >::data (  ) const [inline]
template<typename T, int Size, int _Rows, int _Cols, int _Options>
void DenseStorage< T, Size, _Rows, _Cols, _Options >::resize ( DenseIndex  ,
DenseIndex  ,
DenseIndex   
) [inline]
template<typename T, int Size, int _Rows, int _Cols, int _Options>
static DenseIndex DenseStorage< T, Size, _Rows, _Cols, _Options >::rows ( void   ) [inline, static]
template<typename T, int Size, int _Rows, int _Cols, int _Options>
void DenseStorage< T, Size, _Rows, _Cols, _Options >::swap ( DenseStorage< T, Size, _Rows, _Cols, _Options > &  other ) [inline]

Definition at line 106 of file DenseStorage.h.


Member Data Documentation

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



Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011