Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Member Functions | Protected Types | Protected Attributes
Eigen::DenseBase< Derived >::InnerIterator< Derived > Class Template Reference

Public Member Functions

EIGEN_STRONG_INLINE InnerIterator (const Derived &expr, Index outer)
 
EIGEN_STRONG_INLINE Scalar value () const
 
EIGEN_STRONG_INLINE InnerIteratoroperator++ ()
 
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
 

Detailed Description

template<typename Derived>
template<typename Derived>
class Eigen::DenseBase< Derived >::InnerIterator< Derived >

Definition at line 26 of file CoreIterators.h.


The documentation for this class was generated from the following file: