Definition at line 132 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 cols) | |
| void | swap (DenseStorage &other) |
| DenseIndex | rows (void) const |
| DenseIndex | cols (void) const |
| void | conservativeResize (DenseIndex, DenseIndex rows, DenseIndex cols) |
| void | resize (DenseIndex, DenseIndex rows, DenseIndex cols) |
| const T * | data () const |
| T * | data () |
Private Attributes | |
| internal::plain_array< T, Size, _Options > | m_data |
| DenseIndex | m_rows |
| DenseIndex | m_cols |
| DenseStorage< T, Size, Dynamic, Dynamic, _Options >::DenseStorage | ( | ) | [inline, explicit] |
Definition at line 138 of file DenseStorage.h.
| DenseStorage< T, Size, Dynamic, Dynamic, _Options >::DenseStorage | ( | internal::constructor_without_unaligned_array_assert | ) | [inline] |
Definition at line 139 of file DenseStorage.h.
| DenseStorage< T, Size, Dynamic, Dynamic, _Options >::DenseStorage | ( | DenseIndex | , |
| DenseIndex | rows, | ||
| DenseIndex | cols | ||
| ) | [inline] |
Definition at line 141 of file DenseStorage.h.
| DenseIndex DenseStorage< T, Size, Dynamic, Dynamic, _Options >::cols | ( | void | ) | const [inline] |
Definition at line 145 of file DenseStorage.h.
| void DenseStorage< T, Size, Dynamic, Dynamic, _Options >::conservativeResize | ( | DenseIndex | , |
| DenseIndex | rows, | ||
| DenseIndex | cols | ||
| ) | [inline] |
Definition at line 146 of file DenseStorage.h.
| T* DenseStorage< T, Size, Dynamic, Dynamic, _Options >::data | ( | ) | [inline] |
Definition at line 149 of file DenseStorage.h.
References internal::plain_array< T, Size, MatrixOrArrayOptions, Alignment >::array.
| const T* DenseStorage< T, Size, Dynamic, Dynamic, _Options >::data | ( | ) | const [inline] |
Definition at line 148 of file DenseStorage.h.
References internal::plain_array< T, Size, MatrixOrArrayOptions, Alignment >::array.
| void DenseStorage< T, Size, Dynamic, Dynamic, _Options >::resize | ( | DenseIndex | , |
| DenseIndex | rows, | ||
| DenseIndex | cols | ||
| ) | [inline] |
Definition at line 147 of file DenseStorage.h.
| DenseIndex DenseStorage< T, Size, Dynamic, Dynamic, _Options >::rows | ( | void | ) | const [inline] |
Definition at line 144 of file DenseStorage.h.
| void DenseStorage< T, Size, Dynamic, Dynamic, _Options >::swap | ( | DenseStorage< T, Size, Dynamic, Dynamic, _Options > & | other ) | [inline] |
Definition at line 142 of file DenseStorage.h.
References DenseStorage< T, Size, _Rows, _Cols, _Options >::m_data.
DenseIndex DenseStorage< T, Size, Dynamic, Dynamic, _Options >::m_cols [private] |
Definition at line 136 of file DenseStorage.h.
internal::plain_array<T,Size,_Options> DenseStorage< T, Size, Dynamic, Dynamic, _Options >::m_data [private] |
Definition at line 134 of file DenseStorage.h.
DenseIndex DenseStorage< T, Size, Dynamic, Dynamic, _Options >::m_rows [private] |
Definition at line 135 of file DenseStorage.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |