AlignedBox.h File Reference

Go to the source code of this file.

Classes

class  Eigen::AlignedBox< Scalar_, AmbientDim_ >
 An axis aligned box. More...
 

Namespaces

 Eigen
 : InteropHeaders
 

Macros

#define EIGEN_MAKE_TYPEDEFS(Type, TypeSuffix, Size, SizeSuffix)
 
#define EIGEN_MAKE_TYPEDEFS_ALL_SIZES(Type, TypeSuffix)
 

Typedefs

typedef AlignedBox< double, 1 > Eigen::AlignedBox1d
 
typedef AlignedBox< float, 1 > Eigen::AlignedBox1f
 
typedef AlignedBox< int, 1 > Eigen::AlignedBox1i
 
typedef AlignedBox< double, 2 > Eigen::AlignedBox2d
 
typedef AlignedBox< float, 2 > Eigen::AlignedBox2f
 
typedef AlignedBox< int, 2 > Eigen::AlignedBox2i
 
typedef AlignedBox< double, 3 > Eigen::AlignedBox3d
 
typedef AlignedBox< float, 3 > Eigen::AlignedBox3f
 
typedef AlignedBox< int, 3 > Eigen::AlignedBox3i
 
typedef AlignedBox< double, 4 > Eigen::AlignedBox4d
 
typedef AlignedBox< float, 4 > Eigen::AlignedBox4f
 
typedef AlignedBox< int, 4 > Eigen::AlignedBox4i
 
typedef AlignedBox< double, Dynamic > Eigen::AlignedBoxXd
 
typedef AlignedBox< float, Dynamic > Eigen::AlignedBoxXf
 
typedef AlignedBox< int, Dynamic > Eigen::AlignedBoxXi
 

Macro Definition Documentation

◆ EIGEN_MAKE_TYPEDEFS

#define EIGEN_MAKE_TYPEDEFS (   Type,
  TypeSuffix,
  Size,
  SizeSuffix 
)

Definition at line 468 of file AlignedBox.h.

◆ EIGEN_MAKE_TYPEDEFS_ALL_SIZES

#define EIGEN_MAKE_TYPEDEFS_ALL_SIZES (   Type,
  TypeSuffix 
)

Definition at line 472 of file AlignedBox.h.