|
OSVR-Core
|
Public Member Functions | |
| EIGEN_STRONG_INLINE | InnerIterator (const Derived &expr, Index outer) |
| EIGEN_STRONG_INLINE Scalar | value () const |
| EIGEN_STRONG_INLINE InnerIterator & | operator++ () |
| EIGEN_STRONG_INLINE Index | index () const |
| Index | row () const |
| Index | col () const |
| EIGEN_STRONG_INLINE | operator bool () const |
Protected Types | |
| typedef Derived::Scalar | Scalar |
| typedef Derived::Index | Index |
Protected Attributes | |
| const Derived & | m_expression |
| Index | m_inner |
| const Index | m_outer |
| const Index | m_end |
1.8.12