
Public Member Functions | |
| DenseStorage () | |
| DenseStorage (internal::constructor_without_unaligned_array_assert) | |
| DenseStorage (DenseIndex, DenseIndex, DenseIndex) | |
| void | swap (DenseStorage &other) |
| 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) |
Private Attributes | |
| internal::plain_array< T, Size, _Options > | m_data |
| Eigen::DenseStorage::DenseStorage | ( | internal::constructor_without_unaligned_array_assert | ) | [inline] |
| Eigen::DenseStorage::DenseStorage | ( | DenseIndex | , |
| DenseIndex | , | ||
| DenseIndex | |||
| ) | [inline] |
| static DenseIndex Eigen::DenseStorage::cols | ( | void | ) | [inline, static] |
| void Eigen::DenseStorage::conservativeResize | ( | DenseIndex | , |
| DenseIndex | , | ||
| DenseIndex | |||
| ) | [inline] |
| void Eigen::DenseStorage::resize | ( | DenseIndex | , |
| DenseIndex | , | ||
| DenseIndex | |||
| ) | [inline] |
| static DenseIndex Eigen::DenseStorage::rows | ( | void | ) | [inline, static] |
| void Eigen::DenseStorage::swap | ( | DenseStorage & | other | ) | [inline] |
internal::plain_array<T,Size,_Options> Eigen::DenseStorage::m_data [private] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |