Public Types
Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel > > Struct Template Reference

#include <Block.h>

List of all members.

Public Types

enum  {
  MatrixRows = traits<XprType>::RowsAtCompileTime, MatrixCols = traits<XprType>::ColsAtCompileTime, RowsAtCompileTime = MatrixRows == 0 ? 0 : BlockRows, ColsAtCompileTime = MatrixCols == 0 ? 0 : BlockCols,
  MaxRowsAtCompileTime, MaxColsAtCompileTime, XprTypeIsRowMajor = (int(traits<XprType>::Flags)&RowMajorBit) != 0, IsDense = is_same<StorageKind,Dense>::value,
  IsRowMajor, HasSameStorageOrderAsXprType = (IsRowMajor == XprTypeIsRowMajor), InnerSize = IsRowMajor ? int(ColsAtCompileTime) : int(RowsAtCompileTime), InnerStrideAtCompileTime,
  OuterStrideAtCompileTime, MaskPacketAccessBit, MaskAlignedBit = (InnerPanel && (OuterStrideAtCompileTime!=Dynamic) && (((OuterStrideAtCompileTime * int(sizeof(Scalar))) % 16) == 0)) ? AlignedBit : 0, FlagsLinearAccessBit = (RowsAtCompileTime == 1 || ColsAtCompileTime == 1 || (InnerPanel && (traits<XprType>::Flags&LinearAccessBit))) ? LinearAccessBit : 0,
  FlagsLvalueBit = is_lvalue<XprType>::value ? LvalueBit : 0, FlagsRowMajorBit = IsRowMajor ? RowMajorBit : 0, Flags0, Flags = Flags0 | FlagsLinearAccessBit | FlagsLvalueBit | FlagsRowMajorBit
}
typedef remove_reference
< XprTypeNested >::type 
_XprTypeNested
typedef traits< XprType >::Scalar Scalar
typedef traits< XprType >
::StorageKind 
StorageKind
typedef traits< XprType >::XprKind XprKind
typedef nested< XprType >::type XprTypeNested

Detailed Description

template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel>
struct Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel > >

Definition at line 50 of file Core/Block.h.


Member Typedef Documentation

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
typedef remove_reference<XprTypeNested>::type Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel > >::_XprTypeNested

Definition at line 56 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
typedef traits<XprType>::Scalar Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel > >::Scalar

Definition at line 52 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
typedef traits<XprType>::StorageKind Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel > >::StorageKind

Definition at line 53 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
typedef traits<XprType>::XprKind Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel > >::XprKind

Definition at line 54 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
typedef nested<XprType>::type Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel > >::XprTypeNested

Definition at line 55 of file Core/Block.h.


Member Enumeration Documentation

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
anonymous enum
Enumerator:
MatrixRows 
MatrixCols 
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
XprTypeIsRowMajor 
IsDense 
IsRowMajor 
HasSameStorageOrderAsXprType 
InnerSize 
InnerStrideAtCompileTime 
OuterStrideAtCompileTime 
MaskPacketAccessBit 
MaskAlignedBit 
FlagsLinearAccessBit 
FlagsLvalueBit 
FlagsRowMajorBit 
Flags0 
Flags 

Definition at line 57 of file Core/Block.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:04