Public Types | |
| enum | { InnerStrideAtCompileTime, OuterStrideAtCompileTime, HasNoInnerStride = InnerStrideAtCompileTime == 1, HasNoOuterStride = StrideType::OuterStrideAtCompileTime == 0, HasNoStride = HasNoInnerStride && HasNoOuterStride, IsAligned = bool(EIGEN_ALIGN) && ((int(MapOptions)&Aligned)==Aligned), IsDynamicSize = PlainObjectType::SizeAtCompileTime==Dynamic, KeepsPacketAccess, Flags0 = TraitsBase::Flags, Flags1 = IsAligned ? (int(Flags0) | AlignedBit) : (int(Flags0) & ~AlignedBit), Flags2, Flags3 = is_lvalue<PlainObjectType>::value ? int(Flags2) : (int(Flags2) & ~LvalueBit), Flags = KeepsPacketAccess ? int(Flags3) : (int(Flags3) & ~PacketAccessBit) } |
| typedef traits< PlainObjectType > | TraitsBase |
| typedef PlainObjectType::Index | Index |
| typedef PlainObjectType::Scalar | Scalar |
Private Types | |
| enum | { Options } |
| typedef traits<PlainObjectType> Eigen::internal::traits< Map< PlainObjectType, MapOptions, StrideType > >::TraitsBase |
| anonymous enum |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |