Definition at line 191 of file DenseStorage.h.
#include <src/Core/DenseStorage.h>
Public Member Functions | |
| DenseStorage () | |
| DenseStorage (internal::constructor_without_unaligned_array_assert) | |
| DenseStorage (DenseIndex size, DenseIndex rows, DenseIndex cols) | |
| ~DenseStorage () | |
| void | swap (DenseStorage &other) |
| DenseIndex | rows (void) const |
| DenseIndex | cols (void) const |
| void | conservativeResize (DenseIndex size, DenseIndex rows, DenseIndex cols) |
| void | resize (DenseIndex size, DenseIndex rows, DenseIndex cols) |
| const T * | data () const |
| T * | data () |
Private Attributes | |
| T * | m_data |
| DenseIndex | m_rows |
| DenseIndex | m_cols |
| DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >::DenseStorage | ( | ) | [inline, explicit] |
Definition at line 197 of file DenseStorage.h.
| DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >::DenseStorage | ( | internal::constructor_without_unaligned_array_assert | ) | [inline] |
Definition at line 198 of file DenseStorage.h.
| DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >::DenseStorage | ( | DenseIndex | size, |
| DenseIndex | rows, | ||
| DenseIndex | cols | ||
| ) | [inline] |
Definition at line 200 of file DenseStorage.h.
References EIGEN_INTERNAL_DENSE_STORAGE_CTOR_PLUGIN.
| DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >::~DenseStorage | ( | ) | [inline] |
Definition at line 203 of file DenseStorage.h.
| DenseIndex DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >::cols | ( | void | ) | const [inline] |
Definition at line 207 of file DenseStorage.h.
| void DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >::conservativeResize | ( | DenseIndex | size, |
| DenseIndex | rows, | ||
| DenseIndex | cols | ||
| ) | [inline] |
Definition at line 208 of file DenseStorage.h.
References mrpt::math::size().
| T* DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >::data | ( | ) | [inline] |
Definition at line 229 of file DenseStorage.h.
| const T* DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >::data | ( | ) | const [inline] |
Definition at line 228 of file DenseStorage.h.
| void DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >::resize | ( | DenseIndex | size, |
| DenseIndex | rows, | ||
| DenseIndex | cols | ||
| ) | [inline] |
Definition at line 214 of file DenseStorage.h.
References EIGEN_INTERNAL_DENSE_STORAGE_CTOR_PLUGIN, and mrpt::math::size().
| DenseIndex DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >::rows | ( | void | ) | const [inline] |
Definition at line 206 of file DenseStorage.h.
| void DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >::swap | ( | DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options > & | other ) | [inline] |
Definition at line 204 of file DenseStorage.h.
References DenseStorage< T, Size, _Rows, _Cols, _Options >::m_data.
DenseIndex DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >::m_cols [private] |
Definition at line 195 of file DenseStorage.h.
T* DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >::m_data [private] |
Definition at line 193 of file DenseStorage.h.
DenseIndex DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >::m_rows [private] |
Definition at line 194 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 |