Public Member Functions | |
| DenseStorage () | |
| DenseStorage (internal::constructor_without_unaligned_array_assert) | |
| DenseStorage (DenseIndex size, DenseIndex, DenseIndex cols) | |
| ~DenseStorage () | |
| void | swap (DenseStorage &other) |
| DenseIndex | cols (void) const |
| void | conservativeResize (DenseIndex size, DenseIndex, DenseIndex cols) |
| EIGEN_STRONG_INLINE void | resize (DenseIndex size, DenseIndex, DenseIndex cols) |
| const T * | data () const |
| T * | data () |
Static Public Member Functions | |
| static DenseIndex | rows (void) |
Private Attributes | |
| T * | m_data |
| DenseIndex | m_cols |
| Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::DenseStorage | ( | ) | [inline, explicit] |
| Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::DenseStorage | ( | internal::constructor_without_unaligned_array_assert | ) | [inline] |
| Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::DenseStorage | ( | DenseIndex | size, |
| DenseIndex | , | ||
| DenseIndex | cols | ||
| ) | [inline] |
| Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::~DenseStorage | ( | ) | [inline] |
| DenseIndex Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::cols | ( | void | ) | const [inline] |
| void Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::conservativeResize | ( | DenseIndex | size, |
| DenseIndex | , | ||
| DenseIndex | cols | ||
| ) | [inline] |
| const T* Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::data | ( | ) | const [inline] |
| T* Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::data | ( | ) | [inline] |
| EIGEN_STRONG_INLINE void Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::resize | ( | DenseIndex | size, |
| DenseIndex | , | ||
| DenseIndex | cols | ||
| ) | [inline] |
| static DenseIndex Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::rows | ( | void | ) | [inline, static] |
| void Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::swap | ( | DenseStorage< T, Dynamic, _Rows, Dynamic, _Options > & | other | ) | [inline] |
DenseIndex Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::m_cols [private] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |