Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types
Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel > > Struct Template Reference
+ Inheritance diagram for Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel > >:
+ Collaboration diagram for Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel > >:

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, 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) ? LinearAccessBit : 0, FlagsLvalueBit = is_lvalue<XprType>::value ? LvalueBit : 0,
  FlagsRowMajorBit = IsRowMajor ? RowMajorBit : 0, Flags0, Flags = Flags0 | FlagsLinearAccessBit | FlagsLvalueBit | FlagsRowMajorBit
}
 
typedef traits< XprType >::Scalar Scalar
 
typedef traits< XprType >::StorageKind StorageKind
 
typedef traits< XprType >::XprKind XprKind
 
typedef nested< XprType >::type XprTypeNested
 
typedef remove_reference< XprTypeNested >::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 Block.h.


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