Definition at line 116 of file DenseStorage.h.
#include <src/Core/DenseStorage.h>
Public Member Functions | |
| DenseStorage () | |
| DenseStorage (internal::constructor_without_unaligned_array_assert) | |
| DenseStorage (DenseIndex, DenseIndex, DenseIndex) | |
| void | swap (DenseStorage &) |
| 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) |
| DenseStorage< T, 0, _Rows, _Cols, _Options >::DenseStorage | ( | ) | [inline, explicit] |
Definition at line 119 of file DenseStorage.h.
| DenseStorage< T, 0, _Rows, _Cols, _Options >::DenseStorage | ( | internal::constructor_without_unaligned_array_assert | ) | [inline] |
Definition at line 120 of file DenseStorage.h.
| DenseStorage< T, 0, _Rows, _Cols, _Options >::DenseStorage | ( | DenseIndex | , |
| DenseIndex | , | ||
| DenseIndex | |||
| ) | [inline] |
Definition at line 121 of file DenseStorage.h.
| static DenseIndex DenseStorage< T, 0, _Rows, _Cols, _Options >::cols | ( | void | ) | [inline, static] |
Definition at line 124 of file DenseStorage.h.
| void DenseStorage< T, 0, _Rows, _Cols, _Options >::conservativeResize | ( | DenseIndex | , |
| DenseIndex | , | ||
| DenseIndex | |||
| ) | [inline] |
Definition at line 125 of file DenseStorage.h.
| T* DenseStorage< T, 0, _Rows, _Cols, _Options >::data | ( | ) | [inline] |
Definition at line 128 of file DenseStorage.h.
| const T* DenseStorage< T, 0, _Rows, _Cols, _Options >::data | ( | ) | const [inline] |
Definition at line 127 of file DenseStorage.h.
| void DenseStorage< T, 0, _Rows, _Cols, _Options >::resize | ( | DenseIndex | , |
| DenseIndex | , | ||
| DenseIndex | |||
| ) | [inline] |
Definition at line 126 of file DenseStorage.h.
| static DenseIndex DenseStorage< T, 0, _Rows, _Cols, _Options >::rows | ( | void | ) | [inline, static] |
Definition at line 123 of file DenseStorage.h.
| void DenseStorage< T, 0, _Rows, _Cols, _Options >::swap | ( | DenseStorage< T, 0, _Rows, _Cols, _Options > & | ) | [inline] |
Definition at line 122 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 |