Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types
Eigen::internal::traits< Map< PlainObjectType, MapOptions, StrideType > > Struct Template Reference
+ Inheritance diagram for Eigen::internal::traits< Map< PlainObjectType, MapOptions, StrideType > >:
+ Collaboration diagram for Eigen::internal::traits< Map< PlainObjectType, MapOptions, StrideType > >:

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 & (~NestByRefBit), 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
 

Detailed Description

template<typename PlainObjectType, int MapOptions, typename StrideType>
struct Eigen::internal::traits< Map< PlainObjectType, MapOptions, StrideType > >

Definition at line 69 of file Map.h.


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