Definition at line 153 of file DenseStorage.h.
#include <src/Core/DenseStorage.h>
Public Member Functions | |
DenseStorage () | |
DenseStorage (internal::constructor_without_unaligned_array_assert) | |
DenseStorage (DenseIndex, DenseIndex rows, DenseIndex) | |
void | swap (DenseStorage &other) |
DenseIndex | rows (void) const |
DenseIndex | cols (void) const |
void | conservativeResize (DenseIndex, DenseIndex rows, DenseIndex) |
void | resize (DenseIndex, DenseIndex rows, DenseIndex) |
const T * | data () const |
T * | data () |
Private Attributes | |
internal::plain_array< T, Size, _Options > | m_data |
DenseIndex | m_rows |
DenseStorage< T, Size, Dynamic, _Cols, _Options >::DenseStorage | ( | ) | [inline, explicit] |
Definition at line 158 of file DenseStorage.h.
DenseStorage< T, Size, Dynamic, _Cols, _Options >::DenseStorage | ( | internal::constructor_without_unaligned_array_assert | ) | [inline] |
Definition at line 159 of file DenseStorage.h.
DenseStorage< T, Size, Dynamic, _Cols, _Options >::DenseStorage | ( | DenseIndex | , | |
DenseIndex | rows, | |||
DenseIndex | ||||
) | [inline] |
Definition at line 161 of file DenseStorage.h.
DenseIndex DenseStorage< T, Size, Dynamic, _Cols, _Options >::cols | ( | void | ) | const [inline] |
Definition at line 164 of file DenseStorage.h.
void DenseStorage< T, Size, Dynamic, _Cols, _Options >::conservativeResize | ( | DenseIndex | , | |
DenseIndex | rows, | |||
DenseIndex | ||||
) | [inline] |
Definition at line 165 of file DenseStorage.h.
T* DenseStorage< T, Size, Dynamic, _Cols, _Options >::data | ( | ) | [inline] |
Definition at line 168 of file DenseStorage.h.
References internal::plain_array< T, Size, MatrixOrArrayOptions, Alignment >::array.
const T* DenseStorage< T, Size, Dynamic, _Cols, _Options >::data | ( | ) | const [inline] |
Definition at line 167 of file DenseStorage.h.
References internal::plain_array< T, Size, MatrixOrArrayOptions, Alignment >::array.
void DenseStorage< T, Size, Dynamic, _Cols, _Options >::resize | ( | DenseIndex | , | |
DenseIndex | rows, | |||
DenseIndex | ||||
) | [inline] |
Definition at line 166 of file DenseStorage.h.
DenseIndex DenseStorage< T, Size, Dynamic, _Cols, _Options >::rows | ( | void | ) | const [inline] |
Definition at line 163 of file DenseStorage.h.
void DenseStorage< T, Size, Dynamic, _Cols, _Options >::swap | ( | DenseStorage< T, Size, Dynamic, _Cols, _Options > & | other | ) | [inline] |
Definition at line 162 of file DenseStorage.h.
References DenseStorage< T, Size, _Rows, _Cols, _Options >::m_data.
internal::plain_array<T,Size,_Options> DenseStorage< T, Size, Dynamic, _Cols, _Options >::m_data [private] |
Definition at line 155 of file DenseStorage.h.
DenseIndex DenseStorage< T, Size, Dynamic, _Cols, _Options >::m_rows [private] |
Definition at line 156 of file DenseStorage.h.
Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |