![]() |
Shapeworks Studio
2.1
Shape analysis software suite
|
Convenience specialization of Stride to specify only an outer stride See class Map for some examples. More...
#include <Stride.h>
Inheritance diagram for Eigen::OuterStride< Value >:
Collaboration diagram for Eigen::OuterStride< Value >:Public Types | |
| typedef DenseIndex | Index |
Public Types inherited from Eigen::Stride< Value, 0 > | |
| enum | |
| typedef DenseIndex | Index |
Public Member Functions | |
| OuterStride (Index v) | |
Public Member Functions inherited from Eigen::Stride< Value, 0 > | |
| Stride () | |
| Stride (Index outerStride, Index innerStride) | |
| Stride (const Stride &other) | |
| Index | outer () const |
| Index | inner () const |
Additional Inherited Members | |
Protected Attributes inherited from Eigen::Stride< Value, 0 > | |
| internal::variable_if_dynamic< Index, OuterStrideAtCompileTime > | m_outer |
| internal::variable_if_dynamic< Index, InnerStrideAtCompileTime > | m_inner |
Convenience specialization of Stride to specify only an outer stride See class Map for some examples.
1.8.11