Public Types | Private Types
Eigen::internal::traits< Map< PlainObjectType, MapOptions, StrideType > > Struct Template Reference

#include <Map.h>

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 & (~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 PlainObjectType::Index Index
typedef PlainObjectType::Scalar Scalar
typedef traits< PlainObjectType > TraitsBase

Private Types

enum  { Options }

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.


Member Typedef Documentation

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

Definition at line 73 of file Map.h.

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

Definition at line 74 of file Map.h.

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

Definition at line 72 of file Map.h.


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 75 of file Map.h.

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

Definition at line 100 of file Map.h.


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


turtlebot_exploration_3d
Author(s): Bona , Shawn
autogenerated on Thu Jun 6 2019 21:01:05