OSVR-Core
Public Types | Public Member Functions | List of all members
Eigen::InnerStride< Value > Class Template Reference

Convenience specialization of Stride to specify only an inner stride See class Map for some examples. More...

#include <Stride.h>

Inheritance diagram for Eigen::InnerStride< Value >:
Eigen::Stride< 0, Value >

Public Types

typedef DenseIndex Index
 
- Public Types inherited from Eigen::Stride< 0, Value >
enum  
 
typedef DenseIndex Index
 

Public Member Functions

 InnerStride (Index v)
 
- Public Member Functions inherited from Eigen::Stride< 0, Value >
 Stride ()
 Default constructor, for use when strides are fixed at compile time.
 
 Stride (Index outerStride, Index innerStride)
 Constructor allowing to pass the strides at runtime.
 
 Stride (const Stride &other)
 Copy constructor.
 
Index outer () const
 
Index inner () const
 

Additional Inherited Members

- Protected Attributes inherited from Eigen::Stride< 0, Value >
internal::variable_if_dynamic< Index, OuterStrideAtCompileTime > m_outer
 
internal::variable_if_dynamic< Index, InnerStrideAtCompileTime > m_inner
 

Detailed Description

template<int Value = Dynamic>
class Eigen::InnerStride< Value >

Convenience specialization of Stride to specify only an inner stride See class Map for some examples.


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