Main MRPT website > C++ reference
MRPT logo
Public Types | Private Types
Eigen::internal::traits< Map< PlainObjectType, MapOptions, StrideType > > Struct Template Reference

Detailed Description

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

Definition at line 83 of file Core.

List of all members.

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 }

Member Typedef Documentation

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

Definition at line 87 of file Core.

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

Definition at line 88 of file Core.

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

Definition at line 86 of file Core.


Member Enumeration Documentation

template<typename PlainObjectType , int MapOptions, typename StrideType >
anonymous enum
Enumerator:
InnerStrideAtCompileTime 
OuterStrideAtCompileTime 
HasNoInnerStride 
HasNoOuterStride 
HasNoStride 
IsAligned 
IsDynamicSize 
KeepsPacketAccess 
Flags0 
Flags1 
Flags2 
Flags3 
Flags 

Definition at line 89 of file Core.

template<typename PlainObjectType , int MapOptions, typename StrideType >
anonymous enum [private]
Enumerator:
Options 

Definition at line 114 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo